[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1583302054-2615-1-git-send-email-hqjagain@gmail.com>
Date: Wed, 4 Mar 2020 14:07:34 +0800
From: Qiujun Huang <hqjagain@...il.com>
To: anton@...era.com
Cc: linux-ntfs-dev@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] fs/ntfs: remove not used variable 'base_ni'
It is not used, so can be removed.
Signed-off-by: Qiujun Huang <hqjagain@...il.com>
---
fs/ntfs/file.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c
index f42967b..e5aab26 100644
--- a/fs/ntfs/file.c
+++ b/fs/ntfs/file.c
@@ -323,7 +323,7 @@ static ssize_t ntfs_prepare_file_for_write(struct kiocb *iocb,
unsigned long flags;
struct file *file = iocb->ki_filp;
struct inode *vi = file_inode(file);
- ntfs_inode *base_ni, *ni = NTFS_I(vi);
+ ntfs_inode *ni = NTFS_I(vi);
ntfs_volume *vol = ni->vol;
ntfs_debug("Entering for i_ino 0x%lx, attribute type 0x%x, pos "
@@ -365,9 +365,6 @@ static ssize_t ntfs_prepare_file_for_write(struct kiocb *iocb,
err = -EOPNOTSUPP;
goto out;
}
- base_ni = ni;
- if (NInoAttr(ni))
- base_ni = ni->ext.base_ntfs_ino;
err = file_remove_privs(file);
if (unlikely(err))
goto out;
--
1.8.3.1
Powered by blists - more mailing lists