* [PATCH -next] fscache: Remove duplicated include
@ 2023-08-14 9:35 GUO Zihua
2023-08-14 12:39 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: GUO Zihua @ 2023-08-14 9:35 UTC (permalink / raw)
To: dhowells; +Cc: linux-cachefs, linux-fsdevel, linux-kernel
Remove duplicated include for linux/uio.h. Resolves checkincludes
message.
Signed-off-by: GUO Zihua <guozihua@huawei.com>
---
fs/fscache/io.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/fscache/io.c b/fs/fscache/io.c
index 0d2b8dec8f82..ac9f19388bfb 100644
--- a/fs/fscache/io.c
+++ b/fs/fscache/io.c
@@ -9,7 +9,6 @@
#include <linux/uio.h>
#include <linux/bvec.h>
#include <linux/slab.h>
-#include <linux/uio.h>
#include "internal.h"
/**
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] fscache: Remove duplicated include
2023-08-14 9:35 [PATCH -next] fscache: Remove duplicated include GUO Zihua
@ 2023-08-14 12:39 ` David Howells
0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2023-08-14 12:39 UTC (permalink / raw)
To: GUO Zihua; +Cc: dhowells, linux-cachefs, linux-fsdevel, linux-kernel
GUO Zihua <guozihua@huawei.com> wrote:
> Remove duplicated include for linux/uio.h. Resolves checkincludes
> message.
>
> Signed-off-by: GUO Zihua <guozihua@huawei.com>
Acked-by: David Howells <dhowells@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-14 12:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 9:35 [PATCH -next] fscache: Remove duplicated include GUO Zihua
2023-08-14 12:39 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).