[Linux-cachefs] [PATCH -next] cachefiles: Remove duplicated include from namei.c

Wei Yongjun weiyj.lk at gmail.com
Mon Oct 17 14:53:53 UTC 2016


From: Wei Yongjun <weiyongjun1 at huawei.com>

Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1 at huawei.com>
---
 fs/cachefiles/namei.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index 41df8a2..f08253d 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






More information about the Linux-cachefs mailing list