Smack: Remove pointless hooks
authorCasey Schaufler <casey@schaufler-ca.com>
Tue, 26 Jan 2016 23:08:35 +0000 (15:08 -0800)
committerCasey Schaufler <casey@schaufler-ca.com>
Thu, 11 Feb 2016 17:14:35 +0000 (09:14 -0800)
commit491a0b08d38e7f0961a1850d43d0dea02f918d66
tree2b3342bb4d9ff3618b911c86fc9aea7209c1e94b
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
Smack: Remove pointless hooks

Prior to the 4.2 kernel there no no harm in providing
a security module hook that does nothing, as the default
hook would get called if the module did not supply one.
With the list based infrastructure an empty hook adds
overhead. This patch removes the three Smack hooks that
don't actually do anything.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smack_lsm.c
This page took 0.028768 seconds and 5 git commands to generate.