From: Ingo Molnar Date: Wed, 11 Jan 2006 20:17:45 +0000 (-0800) Subject: [PATCH] uninline capable() X-Git-Tag: v2.6.16-rc1~395 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16885c5ad624a6efe1b1bf764e075d75f65a788;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed