diff options
author | James Morris <jmorris@namei.org> | 2006-03-22 00:09:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-22 07:54:07 -0800 |
commit | 7cae7e26f245151b9ccad868bf2edf8c8048d307 (patch) | |
tree | db785f2a471c5b97db2551402e067b9559a8989d /drivers/scsi/sata_sil24.c | |
parent | cf01efd098597f7ee88a61e645afacba987c4531 (diff) |
[PATCH] SELinux: add slab cache for inode security struct
Add a slab cache for the SELinux inode security struct, one of which is
allocated for every inode instantiated by the system.
The memory savings are considerable.
On 64-bit, instead of the size-128 cache, we have a slab object of 96
bytes, saving 32 bytes per object. After booting, I see about 4000 of
these and then about 17,000 after a kernel compile. With this patch, we
save around 530KB of kernel memory in the latter case. On 32-bit, the
savings are about half of this.
Signed-off-by: James Morris <jmorris@namei.org>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/scsi/sata_sil24.c')
0 files changed, 0 insertions, 0 deletions