projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192c941
)
sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
author
Ingo Molnar
<mingo@kernel.org>
Sat, 4 Feb 2017 00:16:15 +0000
(
01:16
+0100)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 3 Mar 2017 00:45:37 +0000
(
01:45
+0100)
pid.h already defines it.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index
905d4f1
..
057b2a8
100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-1301,8
+1301,6
@@
static inline struct thread_info *task_thread_info(struct task_struct *task)
# define task_thread_info(task) ((struct thread_info *)(task)->stack)
#endif
-extern struct pid_namespace init_pid_ns;
-
/*
* find a task by one of its numerical ids
*