Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57a39aa3 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

userns: Kill bogus declaration of function release_uids



There is no release_uids function remove the declaration from sched.h

Acked-by: default avatarSerge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent 975d6b39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>