All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] cachefiles: Remove duplicated include from namei.c
@ 2016-10-17 14:53 Wei Yongjun
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Yongjun @ 2016-10-17 14:53 UTC (permalink / raw)
  To: David Howells; +Cc: Wei Yongjun, linux-cachefs, linux-kernel

From: Wei Yongjun <weiyongjun1@huawei.com>

Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH -next] cachefiles: remove duplicated include from namei.c
@ 2019-01-17  7:33 YueHaibing
  0 siblings, 0 replies; 2+ messages in thread
From: YueHaibing @ 2019-01-17  7:33 UTC (permalink / raw)
  To: dhowells; +Cc: linux-kernel, linux-cachefs, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@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 1645fcf..d27720c 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
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-17  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-17 14:53 [PATCH -next] cachefiles: Remove duplicated include from namei.c Wei Yongjun
2019-01-17  7:33 [PATCH -next] cachefiles: remove " YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.