[PATCH] netfs, fscache: Remove duplicate include

Jiapeng Chong posted 1 patch 1 year, 11 months ago
fs/netfs/fscache_io.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] netfs, fscache: Remove duplicate include
Posted by Jiapeng Chong 1 year, 11 months ago
./fs/netfs/fscache_io.c: linux/uio.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8014
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.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 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