Skip to content

Commit

Permalink
userns: Kill bogus declaration of function release_uids
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric W. Biederman committed Apr 3, 2012
1 parent 975d6b3 commit 57a39aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 57a39aa

Please sign in to comment.