From: Al Viro Date: Fri, 13 Apr 2012 04:15:37 +0000 (-0400) Subject: nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid() X-Git-Tag: v3.4-rc4~35^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcf6792afd66209161495f691e19d4fc5460a93;p=pandora-kernel.git nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid() PTR_ERR(NULL) is going to be 0... Signed-off-by: Al Viro --- Reading git-diff-tree failed