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)
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

Simple merge