From: J. Bruce Fields Date: Tue, 4 Jan 2011 23:02:15 +0000 (-0500) Subject: nfsd4: name->id mapping should fail with BADOWNER not BADNAME X-Git-Tag: v2.6.38-rc1~51^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6af99ec1b261e21219d5eba99e3af48fc6c32d4;p=pandora-kernel.git nfsd4: name->id mapping should fail with BADOWNER not BADNAME According to rfc 3530 BADNAME is for strings that represent paths; BADOWNER is for user/group names that don't map. And the too-long name should probably be BADOWNER as well; it's effectively the same as if we couldn't map it. Cc: stable@kernel.org Reported-by: Trond Myklebust Reported-by: Simon Kirby Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed