From: James Morris Date: Sun, 30 Oct 2005 22:59:21 +0000 (-0800) Subject: [PATCH] SELinux: convert to kzalloc X-Git-Tag: v2.6.15-rc1~59^2~15^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d155ef62e5e0c10e4b37aaa5056f0beafe10e6;p=pandora-kernel.git [PATCH] SELinux: convert to kzalloc This patch converts SELinux code from kmalloc/memset to the new kazalloc unction. On i386, this results in a text saving of over 1K. Before: text data bss dec hex filename 86319 4642 15236 106197 19ed5 security/selinux/built-in.o After: text data bss dec hex filename 85278 4642 15236 105156 19ac4 security/selinux/built-in.o Signed-off-by: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed