Searched hist:"84914 b7ed1c5e0f3199a5a6997022758a70fcaff" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/security/selinux/ |
H A D | hooks.c | diff 84914b7ed1c5e0f3199a5a6997022758a70fcaff Thu Apr 22 13:46:18 CDT 2010 Paul Moore <paul.moore@hp.com> selinux: Shuffle the sk_security_struct alloc and free routines
The sk_alloc_security() and sk_free_security() functions were only being called by the selinux_sk_alloc_security() and selinux_sk_free_security() functions so we just move the guts of the alloc/free routines to the callers and eliminate a layer of indirection.
Signed-off-by: Paul Moore <paul.moore@hp.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
|