selinux: restore optimization to selinux_file_permission
authorStephen Smalley <sds@tycho.nsa.gov>
Mon, 22 Jun 2009 18:54:53 +0000 (14:54 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 22 Jun 2009 22:19:58 +0000 (08:19 +1000)
commit20dda18be9035c487c2e9534e4d18d2a1e1deade
tree5d50d2727e1495ccd8fa2a2340332f25c290670c
parent56f8c9bc410deb55f21698e6a0d59f559ae1d794
selinux: restore optimization to selinux_file_permission

Restore the optimization to skip revalidation in selinux_file_permission
if nothing has changed since the dentry_open checks, accidentally removed by
389fb800.  Also remove redundant test from selinux_revalidate_file_permission.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Reviewed-by: Paul Moore <paul.moore@hp.com>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c