]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
file capabilities: uninline cap_safe_nice
authorSerge E. Hallyn <serue@us.ibm.com>
Sat, 27 Sep 2008 02:27:47 +0000 (22:27 -0400)
committerJames Morris <jmorris@namei.org>
Sat, 27 Sep 2008 05:07:56 +0000 (15:07 +1000)
This reduces the kernel size by 289 bytes.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Acked-by: Andrew G. Morgan <morgan@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
security/commoncap.c

index e4c4b3fc0c04e49e553610a8bd4d433e55e9212a..399bfdb9e2da99c4ef81fdd8b0391b1f5571c371 100644 (file)
@@ -541,7 +541,7 @@ int cap_task_post_setuid (uid_t old_ruid, uid_t old_euid, uid_t old_suid,
  * yet with increased caps.
  * So we check for increased caps on the target process.
  */
-static inline int cap_safe_nice(struct task_struct *p)
+static int cap_safe_nice(struct task_struct *p)
 {
        if (!cap_issubset(p->cap_permitted, current->cap_permitted) &&
            !capable(CAP_SYS_NICE))