nfsd4: fix incorrect comment in nfsd4_set_nfs4_acl
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 15 Aug 2011 20:57:07 +0000 (16:57 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 26 Aug 2011 22:22:49 +0000 (18:22 -0400)
commite281d8100995133dc65e00b1dec8f84b91b6e8c3
treec8c6d62daef31a0241f22b666265a6108a51ad0b
parente10f9e1413576f58c18b89f6ae212a37a88b24e7
nfsd4: fix incorrect comment in nfsd4_set_nfs4_acl

Zero means "I don't care what kind of file this is".  And that's
probably what we want--acls are also settable at least on directories,
and if the filesystem doesn't want them on other objects, leave it to it
to complain.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/vfs.c