summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorDavid S. Miller2012-05-24 05:12:50 +0200
committerDavid S. Miller2012-05-24 22:10:05 +0200
commit446969084d33a4064a39d280806da642c54ba4ac (patch)
tree0887795d96007b228733c9499bda1731d64e48fe /fs/namei.c
parentsparc: Increase portability of strncpy_from_user() implementation. (diff)
downloadkernel-qcow2-linux-446969084d33a4064a39d280806da642c54ba4ac.tar.gz
kernel-qcow2-linux-446969084d33a4064a39d280806da642c54ba4ac.tar.xz
kernel-qcow2-linux-446969084d33a4064a39d280806da642c54ba4ac.zip
kernel: Move REPEAT_BYTE definition into linux/kernel.h
And make sure that everything using it explicitly includes that header file. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namei.c b/fs/namei.c
index f9e883c1b856..8d2ba420e42f 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -16,6 +16,7 @@
#include <linux/init.h>
#include <linux/export.h>
+#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/namei.h>