diff options
author | 2017-02-02 17:54:15 +0100 | |
---|---|---|
committer | 2017-03-02 08:42:31 +0100 | |
commit | 5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5 (patch) | |
tree | a9b64c8ece7c544b3f4dc7179e6671a8fc2c12c9 /fs/namespace.c | |
parent | sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h (diff) | |
download | wireguard-linux-5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5.tar.xz wireguard-linux-5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5.zip |
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Add #include <linux/cred.h> dependencies to all .c files rely on sched.h
doing that for them.
Note that even if the count where we need to add extra headers seems high,
it's still a net win, because <linux/sched.h> is included in over
2,200 files ...
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/namespace.c')
-rw-r--r-- | fs/namespace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 8bfad42c1ccf..131cd7b94f47 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -15,6 +15,7 @@ #include <linux/user_namespace.h> #include <linux/namei.h> #include <linux/security.h> +#include <linux/cred.h> #include <linux/idr.h> #include <linux/init.h> /* init_rootfs */ #include <linux/fs_struct.h> /* get_fs_root et.al. */ |