aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabyasachi Gupta <[email protected]>2019-05-14 15:46:45 -0700
committerLinus Torvalds <[email protected]>2019-05-14 19:52:52 -0700
commit081d7d35fb225d7391fcf26387213502d0c697da (patch)
tree0ee45fcb1614b86cb2bb0d30357f24172d0a7b0d
parent9e9291c71eb92b457eb798501e210dec3d12e795 (diff)
fs/cachefiles/namei.c: remove duplicate header
linux/xattr.h is included more than once. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sabyasachi Gupta <[email protected]> Acked-by: Souptick Joarder <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-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