Skip to content

Commit 57a39aa

Browse files
committed
userns: Kill bogus declaration of function release_uids
There is no release_uids function remove the declaration from sched.h Acked-by: Serge Hallyn <[email protected]> Signed-off-by: Eric W. Biederman <[email protected]>
1 parent 975d6b3 commit 57a39aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/sched.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,6 @@ static inline struct user_struct *get_uid(struct user_struct *u)
21842184
return u;
21852185
}
21862186
extern void free_uid(struct user_struct *);
2187-
extern void release_uids(struct user_namespace *ns);
21882187

21892188
#include <asm/current.h>
21902189

0 commit comments

Comments
 (0)