From: Jeff Layton Date: Thu, 3 Jul 2014 19:15:54 +0000 (-0400) Subject: nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62814d6a9bca1de4eb69cee161e01e0f670b486d;p=pandora-kernel.git nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig I saw this pop up with some pynfs testing: [ 123.609992] nfsd: non-standard errno: -7 ...and -7 is -E2BIG. I think what happened is that XFS returned -E2BIG due to some xattr operations with the ACL10 pynfs TEST (I guess it has limited xattr size?). Add a better mapping for that error since it's possible that we'll need it. How about we convert it to NFSERR_FBIG? As Bruce points out, they both have "BIG" in the name so it must be good. Also, turn the printk in this function into a WARN() so that we can get a bit more information about situations that don't have proper mappings. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed