From: J. Bruce Fields Date: Sun, 25 Nov 2012 21:31:00 +0000 (-0500) Subject: nfsd4: return badname, not inval, on "." or "..", or "/" X-Git-Tag: v3.8-rc1~20^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a36b1725b342c8131a86a0238789d8e7bcb490dd;p=pandora-kernel.git nfsd4: return badname, not inval, on "." or "..", or "/" The spec requires badname, not inval, in these cases. Some callers want us to return enoent, but I can see no justification for that. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed