2024-01-23 02:38:19

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] netfs, fscache: Remove duplicate include

/fs/netfs/fscache_io.c: linux/uio.h is included more than once.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8014
Signed-off-by: Jiapeng Chong <[email protected]>
---
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 ad572f7ee897..3810e790485c 100644
--- a/fs/netfs/fscache_io.c
+++ b/fs/netfs/fscache_io.c
@@ -6,7 +6,6 @@
*/
#define FSCACHE_DEBUG_LEVEL OPERATION
#include <linux/fscache-cache.h>
-#include <linux/uio.h>
#include <linux/bvec.h>
#include <linux/slab.h>
#include <linux/uio.h>
--
2.20.1.7.g153144c