summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/index.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-04-18 16:00:00 +0200
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2022-06-08 17:40:32 +0200
commitdc8965ab5e338abfd8dfd65d12a62ad5be65a776 (patch)
tree67fb398bd116784a489134cd2c0506e7e71cfc72 /fs/ntfs3/index.c
parentfs/ntfs3: Remove redundant assignment to variable frame (diff)
downloadlinux-dc8965ab5e338abfd8dfd65d12a62ad5be65a776.tar.xz
linux-dc8965ab5e338abfd8dfd65d12a62ad5be65a776.zip
fs/ntfs3: Remove redundant assignment to variable vcn
Variable vcn is being assigned a value that is never read, it is being re-assigned again in the initialization of a for-loop. The assignment is redundant and can be removed. Cleans up clang scan build warning: fs/ntfs3/attrib.c:1176:7: warning: Value stored to 'vcn' during its initialization is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/index.c')
0 files changed, 0 insertions, 0 deletions