diff options
| author | Ingo Molnar <[email protected]> | 2017-02-02 16:54:15 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 07:42:31 +0000 |
| commit | 5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5 (patch) | |
| tree | a9b64c8ece7c544b3f4dc7179e6671a8fc2c12c9 /fs/file_table.c | |
| parent | sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i... (diff) | |
| download | kernel-5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5.tar.gz kernel-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/file_table.c')
| -rw-r--r-- | fs/file_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index 6d982b57de92..954d510b765a 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -13,6 +13,7 @@ #include <linux/module.h> #include <linux/fs.h> #include <linux/security.h> +#include <linux/cred.h> #include <linux/eventpoll.h> #include <linux/rcupdate.h> #include <linux/mount.h> |
