[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210419113958.43533-1-wanjiabing@vivo.com>
Date: Mon, 19 Apr 2021 19:39:57 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Alexander Viro <viro@...iv.linux.org.uk>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] linux/fs.h: Remove repeated struct declaration
struct iov_iter is declared at 66th line.
The declaration here is unnecessary. Remove it.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
include/linux/fs.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index ec8f3ddf4a6a..8d11ecd767d2 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1883,8 +1883,6 @@ struct dir_context {
*/
#define REMAP_FILE_ADVISORY (REMAP_FILE_CAN_SHORTEN)
-struct iov_iter;
-
struct file_operations {
struct module *owner;
loff_t (*llseek) (struct file *, loff_t, int);
--
2.25.1
Powered by blists - more mailing lists