Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 062304a8 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

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: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9e701c61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -735,7 +735,8 @@ nfserrno (int errno)
		{ nfserr_stale, -ESTALE },
		{ nfserr_jukebox, -ETIMEDOUT },
		{ nfserr_jukebox, -ERESTARTSYS },
		{ nfserr_dropit, -EAGAIN },
		{ nfserr_jukebox, -EAGAIN },
		{ nfserr_jukebox, -EWOULDBLOCK },
		{ nfserr_jukebox, -ENOMEM },
		{ nfserr_badname, -ESRCH },
		{ nfserr_io, -ETXTBSY },