From: Eric W. Biederman Date: Thu, 17 Nov 2011 06:06:16 +0000 (-0800) Subject: userns: Kill bogus declaration of function release_uids X-Git-Tag: v3.5-rc1~107^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57a39aa3e3ca00e371cec37be4f7c2e950eb1f1f;p=thirdparty%2Fkernel%2Flinux.git userns: Kill bogus declaration of function release_uids There is no release_uids function remove the declaration from sched.h Acked-by: Serge Hallyn Signed-off-by: Eric W. Biederman --- diff --git a/include/linux/sched.h b/include/linux/sched.h index 81a173c0897d9..720ce8d98a7d3 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