linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] fscache: Remove duplicate included header
@ 2024-06-28  6:23 Thorsten Blum
  2024-06-28  8:44 ` Christian Brauner
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thorsten Blum @ 2024-06-28  6:23 UTC (permalink / raw)
  To: dhowells, jlayton
  Cc: netfs, linux-fsdevel, linux-kernel, Thorsten Blum, Simon Horman

Remove duplicate included header file linux/uio.h

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 fs/netfs/fscache_io.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/netfs/fscache_io.c b/fs/netfs/fscache_io.c
index 38637e5c9b57..b1722a82c03d 100644
--- a/fs/netfs/fscache_io.c
+++ b/fs/netfs/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.45.2


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

end of thread, other threads:[~2024-11-20  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28  6:23 [RESEND PATCH] fscache: Remove duplicate included header Thorsten Blum
2024-06-28  8:44 ` Christian Brauner
2024-08-29 12:29   ` Thorsten Blum
2024-08-30 13:17     ` Christian Brauner
2024-11-17 21:42       ` Thorsten Blum
2024-06-28 10:04 ` Jeff Layton
2024-08-30 13:16 ` Christian Brauner
2024-11-20  8:27 ` Christian Brauner

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).