nfsd: open-code special directory-hardlink check
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 15 Aug 2011 20:59:55 +0000 (16:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 26 Aug 2011 22:22:47 +0000 (18:22 -0400)
We allow the fh_verify caller to specify that any object *except* those
of a given type is allowed, by passing a negative type.  But only one
caller actually uses it.  Open-code that check in the one caller.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found