[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240123020622.83648-1-jiapeng.chong@linux.alibaba.com>
Date: Tue, 23 Jan 2024 10:06:22 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: dhowells@...hat.com
Cc: linux-cachefs@...hat.com,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH] netfs, fscache: Remove duplicate include
/fs/netfs/fscache_io.c: linux/uio.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8014
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.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
Powered by blists - more mailing lists