From: J. Bruce Fields Date: Mon, 3 Jan 2011 03:05:33 +0000 (-0500) Subject: nfsd: stop translating EAGAIN to nfserr_dropit X-Git-Tag: v2.6.38-rc1~51^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062304a815fe10068c478a4a3f28cf091c55cb82;p=pandora-kernel.git 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 --- Reading git-diff-tree failed