]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/nfsd/nfsproc.c
nfsd: stop translating EAGAIN to nfserr_dropit
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 3 Jan 2011 03:05:33 +0000 (22:05 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Jan 2011 21:49:23 +0000 (16:49 -0500)
commit062304a815fe10068c478a4a3f28cf091c55cb82
tree6e006246bbbb7cb23b1f0871e9b24170d58146bb
parent9e701c610923aaeac8b38b9202a686d1cc9ee35d
nfsd: stop translating EAGAIN to nfserr_dropit

We no longer need this.

Also, EWOULDBLOCK is generally a synonym for EAGAIN, but that may not be
true on all architectures, so map it as well.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsproc.c