summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2011-11-17 06:06:16 (GMT)
committerEric W. Biederman <ebiederm@xmission.com>2012-04-03 11:28:52 (GMT)
commit57a39aa3e3ca00e371cec37be4f7c2e950eb1f1f (patch)
tree6f1c6da8f99c210527532bda001711ada1326f77 /include
parent975d6b3932d43b87a48d2107264ed0c9a7541d8d (diff)
downloadlinux-fsl-qoriq-57a39aa3e3ca00e371cec37be4f7c2e950eb1f1f.tar.xz
userns: Kill bogus declaration of function release_uids
There is no release_uids function remove the declaration from sched.h Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 81a173c..720ce8d 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2184,7 +2184,6 @@ static inline struct user_struct *get_uid(struct user_struct *u)
return u;
}
extern void free_uid(struct user_struct *);
-extern void release_uids(struct user_namespace *ns);
#include <asm/current.h>