kill check_acl callback of generic_permission()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 20 Jun 2011 15:31:30 +0000 (11:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:43:16 +0000 (01:43 -0400)
its value depends only on inode and does not change; we might as
well store it in ->i_op->check_acl and be done with that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found