remove incorrect comment in inode_permission
authorChristoph Hellwig <hch@lst.de>
Wed, 5 Nov 2008 14:04:29 +0000 (15:04 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:41 +0000 (18:07 -0500)
commit66f221875dc10813aa2f06c83ad60d0eb1356406
tree4caf6a6d798f9ec8f8ee69dd4e12609e0191429d
parent52afeefb9dac9287429642189996426a2bfd6a25
remove incorrect comment in inode_permission

We now pass on all MAY_ flags to the filesystems permission routines,
so remove the comment stating the contrary.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c