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>
This commit is contained in:
parent
975d6b3932
commit
57a39aa3e3
1 changed files with 0 additions and 1 deletions
|
|
@ -2184,7 +2184,6 @@ static inline struct user_struct *get_uid(struct user_struct *u)
|
||||||
return u;
|
return u;
|
||||||
}
|
}
|
||||||
extern void free_uid(struct user_struct *);
|
extern void free_uid(struct user_struct *);
|
||||||
extern void release_uids(struct user_namespace *ns);
|
|
||||||
|
|
||||||
#include <asm/current.h>
|
#include <asm/current.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue