summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-04-26 10:55:00 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2019-05-07 17:02:59 +1000
commiteb75ba8a63c82496a48db390da0d81f374fa4077 (patch)
treecb9356ab20610d7d0919e20346648a76e1fecb45
parent32d1d51167fd4d7876e563a660b8e8acf15be77e (diff)
downloadlinux-eb75ba8a63c82496a48db390da0d81f374fa4077.tar.gz
linux-eb75ba8a63c82496a48db390da0d81f374fa4077.tar.xz
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: Stephen Rothwell <sfr@canb.auug.org.au>
-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