From: Al Viro Date: Mon, 20 Jun 2011 15:31:30 +0000 (-0400) Subject: kill check_acl callback of generic_permission() X-Git-Tag: v3.1-rc1~282^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178ea73521d64ba41d7aa5488fb9f549c6d4507d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed