From: Al Viro Date: Thu, 19 Jan 2006 01:43:46 +0000 (-0800) Subject: [PATCH] nfsd4_truncate() bogus return value X-Git-Tag: v2.6.16-rc2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9246585a117f182d26a5a5c15872c3e8fcf44dd6;p=pandora-kernel.git [PATCH] nfsd4_truncate() bogus return value -EINVAL (in host order, no less) is not a good thing to return to client. nfsd4_truncate() returns it in one case and its callers expect nfs_.... from it. AFAICS, it should be nfserr_inval Signed-off-by: Al Viro Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed