projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975d6b3
)
userns: Kill bogus declaration of function release_uids
author
Eric W. Biederman
<ebiederm@xmission.com>
Thu, 17 Nov 2011 06:06:16 +0000
(22:06 -0800)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Tue, 3 Apr 2012 11:28:52 +0000
(
04:28
-0700)
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>
include/linux/sched.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 81a173c0897d91c2d5b22b5370d282c7346bd8a9..720ce8d98a7d3d6224ea6451195cec33a049adac 100644
(file)
--- 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 <asm/current.h>