commit | 3beb6cd1d448e7ded938bbd676493e6a08e9a6cd | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat Jan 01 15:43:50 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Jan 04 16:49:20 2011 -0500 |
tree | d33cdca2db5433f65cfbaa67068feebf9017cbe8 | |
parent | 65e4c8945575abca4e368e05ca3e9f77df030290 [diff] |
nfsd: don't drop requests on -ENOMEM We never want to drop a request if we could return a JUKEBOX/DELAY error instead; so, convert to nfserr_jukebox and let nfsd_dispatch() convert that to a dropit error as a last resort if JUKEBOX/DELAY is unavailable (as in the NFSv2 case). Signed-off-by: J. Bruce Fields <bfields@redhat.com>