nfsd4: return badname, not inval, on "." or "..", or "/"
authorJ. Bruce Fields <bfields@redhat.com>
Sun, 25 Nov 2012 21:31:00 +0000 (16:31 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 27 Nov 2012 21:41:48 +0000 (16:41 -0500)
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 <bfields@redhat.com>

No differences found