aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-05-14 15:46:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-05-14 19:52:52 -0700
commit081d7d35fb225d7391fcf26387213502d0c697da (patch)
tree0ee45fcb1614b86cb2bb0d30357f24172d0a7b0d /fs/cachefiles
parentinclude/linux/sched/signal.h: replace `tsk' with `task' (diff)
downloadlinux-dev-081d7d35fb225d7391fcf26387213502d0c697da.tar.xz
linux-dev-081d7d35fb225d7391fcf26387213502d0c697da.zip
fs/cachefiles/namei.c: remove duplicate header
linux/xattr.h is included more than once. Link: http://lkml.kernel.org/r/5c86803d.1c69fb81.1a7c6.2b78@mx.google.com Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Acked-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/cachefiles')
-rw-r--r--fs/cachefiles/namei.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index 1645fcfd9691..d27720cd3664 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
@@ -20,7 +20,6 @@
#include <linux/namei.h>
#include <linux/security.h>
#include <linux/slab.h>
-#include <linux/xattr.h>
#include "internal.h"
#define CACHEFILES_KEYBUF_SIZE 512