diff options
author | Sargun Dhillon <sargun@sargun.me> | 2018-03-29 01:28:23 +0000 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-03-31 13:18:27 +1100 |
commit | df0ce17331e2501dbffc060041dfc6c5f85227b5 (patch) | |
tree | 0336a2aa616f738572946bd41bdfbbe1efbf3a83 /kernel/signal.c | |
parent | 5893ed18a26d1f56b97c0290b0cbbc2d49d6de28 (diff) | |
download | linux-df0ce17331e2501dbffc060041dfc6c5f85227b5.tar.bz2 |
security: convert security hooks to use hlist
This changes security_hook_heads to use hlist_heads instead of
the circular doubly-linked list heads. This should cut down
the size of the struct by about half.
In addition, it allows mutation of the hooks at the tail of the
callback list without having to modify the head. The longer-term
purpose of this is to enable making the heads read only.
Signed-off-by: Sargun Dhillon <sargun@sargun.me>
Reviewed-by: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'kernel/signal.c')
0 files changed, 0 insertions, 0 deletions