[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210824074300.62216-1-ran.xiaokai@zte.com.cn>
Date: Tue, 24 Aug 2021 00:43:00 -0700
From: cgel.zte@...il.com
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
ran.xiaokai@....com.cn, Zeal Robot <zealci@....com.cn>
Subject: [PATCH] fs: remove unused local variable inode
From: CGEL <ran.xiaokai@....com.cn>
due to commit 3efee0567b4a ("fs: remove mandatory file locking support"),
local variable "inode" should be removed to avoid build warning.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: CGEL <ran.xiaokai@....com.cn>
---
fs/remap_range.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/remap_range.c b/fs/remap_range.c
index ec6d26c526b3..6d4a9beaa097 100644
--- a/fs/remap_range.c
+++ b/fs/remap_range.c
@@ -99,8 +99,6 @@ static int generic_remap_checks(struct file *file_in, loff_t pos_in,
static int remap_verify_area(struct file *file, loff_t pos, loff_t len,
bool write)
{
- struct inode *inode = file_inode(file);
-
if (unlikely(pos < 0 || len < 0))
return -EINVAL;
--
2.25.1
Powered by blists - more mailing lists