commit | 062304a815fe10068c478a4a3f28cf091c55cb82 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sun Jan 02 22:05:33 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Jan 04 16:49:23 2011 -0500 |
tree | 6e006246bbbb7cb23b1f0871e9b24170d58146bb | |
parent | 9e701c610923aaeac8b38b9202a686d1cc9ee35d [diff] |
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>