projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb65540
)
fscache: Remove duplicate included header
author
Thorsten Blum
<thorsten.blum@toblux.com>
Fri, 28 Jun 2024 06:23:30 +0000
(08:23 +0200)
committer
Christian Brauner
<brauner@kernel.org>
Thu, 21 Nov 2024 08:35:25 +0000
(09:35 +0100)
Remove duplicate included header file linux/uio.h
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link:
https://lore.kernel.org/r/20240628062329.321162-2-thorsten.blum@toblux.com
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/netfs/fscache_io.c
patch
|
blob
|
history
diff --git
a/fs/netfs/fscache_io.c
b/fs/netfs/fscache_io.c
index
38637e5
..
b1722a8
100644
(file)
--- 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"
/**