From: J. Bruce Fields Date: Tue, 11 Mar 2014 00:50:31 +0000 (-0400) Subject: nfsd4: fix nfs4err_resource in 4.1 case X-Git-Tag: v3.15-rc1~45^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc49d83c37cfaf46be357757e592711e67f9809;p=pandora-kernel.git nfsd4: fix nfs4err_resource in 4.1 case encode_getattr, for example, can return nfserr_resource to indicate it ran out of buffer space. That's not a legal error in the 4.1 case. And in the 4.1 case, if we ran out of buffer space, we should have exceeded a session limit too. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed