[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211130080251.6068-1-guozhengkui@vivo.com>
Date: Tue, 30 Nov 2021 16:02:51 +0800
From: Guo Zhengkui <guozhengkui@...o.com>
To: David Howells <dhowells@...hat.com>,
linux-cachefs@...hat.com (moderated list:FS-CACHE: LOCAL CACHING FOR
NETWORK FILESYSTEMS), linux-kernel@...r.kernel.org (open list)
Cc: kernel@...o.com, Guo Zhengkui <guozhengkui@...o.com>
Subject: [PATCH] fscache: some cleanups
Remove a duplicate "#include <linux/uio.h>".
Signed-off-by: Guo Zhengkui <guozhengkui@...o.com>
---
fs/fscache/io.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/fscache/io.c b/fs/fscache/io.c
index bed7628a5a9d..d6ae3145a698 100644
--- a/fs/fscache/io.c
+++ b/fs/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.20.1
Powered by blists - more mailing lists