aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc_namespace.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-06 04:57:33 -0500
committerIngo Molnar <mingo@kernel.org>2017-03-02 02:42:38 -0500
commitf719ff9bcee2a422647790f12d53d3755f47c727 (patch)
tree187d191f5459fcb23a86ca399d3b630bfa46417b /fs/proc_namespace.c
parentb2d091031075ac9a1598e3cc3a29c28f02e64c0d (diff)
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
But first update the code that uses these facilities with the new header. 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> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'fs/proc_namespace.c')
-rw-r--r--fs/proc_namespace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c
index 3f1190d18991..b5713fefb4c1 100644
--- a/fs/proc_namespace.c
+++ b/fs/proc_namespace.c
@@ -10,6 +10,8 @@
10#include <linux/nsproxy.h> 10#include <linux/nsproxy.h>
11#include <linux/security.h> 11#include <linux/security.h>
12#include <linux/fs_struct.h> 12#include <linux/fs_struct.h>
13#include <linux/sched/task.h>
14
13#include "proc/internal.h" /* only for get_proc_task() in ->open() */ 15#include "proc/internal.h" /* only for get_proc_task() in ->open() */
14 16
15#include "pnode.h" 17#include "pnode.h"