diff options
author | Paul Moore <[email protected]> | 2017-05-02 10:16:05 -0400 |
---|---|---|
committer | Paul Moore <[email protected]> | 2017-05-02 10:16:05 -0400 |
commit | 8cc96382d9a7fe1746286670dd5140c3b12638ae (patch) | |
tree | 22383341416f7ddd97b0f16d259967104ce31739 /net/unix/af_unix.c | |
parent | 2115bb250f260089743e26decfb5f271ba71ca37 (diff) |
audit: use kmem_cache to manage the audit_buffer cache
The audit subsystem implemented its own buffer cache mechanism which
is a bit silly these days when we could use the kmem_cache construct.
Some credit is due to Florian Westphal for originally proposing that
we remove the audit cache implementation in favor of simple
kmalloc()/kfree() calls, but I would rather have a dedicated slab
cache to ease debugging and future stats/performance work.
Cc: Florian Westphal <[email protected]>
Reviewed-by: Richard Guy Briggs <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions