Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1576919 > unrolled thread

[PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>

Started byIngo Molnar <mingo@kernel.org>
First post2017-02-08 20:10 +0100
Last post2017-02-08 20:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h> Ingo Molnar <mingo@kernel.org> - 2017-02-08 20:10 +0100

#1576919 — [PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>

FromIngo Molnar <mingo@kernel.org>
Date2017-02-08 20:10 +0100
Subject[PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
Message-ID<t8FMU-4eP-79@gated-at.bofh.it>
pid.h already defines it.

Cc: 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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index fb6571b3bf1e..d5df0f1860b3 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1297,8 +1297,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
  *
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web