[PATCH] uninline capable()
authorIngo Molnar <mingo@elte.hu>
Wed, 11 Jan 2006 20:17:45 +0000 (12:17 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 02:42:13 +0000 (18:42 -0800)
commite16885c5ad624a6efe1b1bf764e075d75f65a788
treede137e799ddc0a696bb288b34fade65af1708a5e
parenta9fad4cc3975573a359a92ad047f5995d8391631
[PATCH] uninline capable()

Uninline capable().  Saves 2K of kernel text on a generic .config, and 1K on a
tiny config.  In addition it makes the use of capable more consistent between
CONFIG_SECURITY and !CONFIG_SECURITY

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sched.h
kernel/sys.c