commit | 178ea73521d64ba41d7aa5488fb9f549c6d4507d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 20 11:31:30 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:16 2011 -0400 |
tree | 7fb6bfb6483577752e307a5bb2e3905658d44294 | |
parent | 07b8ce1ee87d291ff564c02cf878fae973317a52 [diff] |
kill check_acl callback of generic_permission() 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>