diff options
| author | Ingo Molnar <[email protected]> | 2017-02-06 09:57:33 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 07:42:38 +0000 |
| commit | f719ff9bcee2a422647790f12d53d3755f47c727 (patch) | |
| tree | 187d191f5459fcb23a86ca399d3b630bfa46417b /fs/proc/proc_net.c | |
| parent | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... (diff) | |
| download | kernel-f719ff9bcee2a422647790f12d53d3755f47c727.tar.gz kernel-f719ff9bcee2a422647790f12d53d3755f47c727.zip | |
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/proc/proc_net.c')
| -rw-r--r-- | fs/proc/proc_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c index ffd72a6c6e04..5cbc65d7a1e1 100644 --- a/fs/proc/proc_net.c +++ b/fs/proc/proc_net.c @@ -17,6 +17,7 @@ #include <linux/slab.h> #include <linux/init.h> #include <linux/sched.h> +#include <linux/sched/task.h> #include <linux/module.h> #include <linux/bitops.h> #include <linux/mount.h> |
