aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 11:54:15 -0500
committerIngo Molnar <mingo@kernel.org>2017-03-02 02:42:31 -0500
commit5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5 (patch)
treea9b64c8ece7c544b3f4dc7179e6671a8fc2c12c9 /fs/cachefiles
parent7fce777cd4eacc0bdcb33017e5a4c495d28afed1 (diff)
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 <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/cachefiles')
-rw-r--r--fs/cachefiles/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h
index cd1effee8a49..9bf90bcc56ac 100644
--- a/fs/cachefiles/internal.h
+++ b/fs/cachefiles/internal.h
@@ -19,6 +19,7 @@
19#include <linux/fscache-cache.h> 19#include <linux/fscache-cache.h>
20#include <linux/timer.h> 20#include <linux/timer.h>
21#include <linux/wait.h> 21#include <linux/wait.h>
22#include <linux/cred.h>
22#include <linux/workqueue.h> 23#include <linux/workqueue.h>
23#include <linux/security.h> 24#include <linux/security.h>
24 25