summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_raw.h
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-01-19 18:09:44 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2022-01-20 08:52:54 +0200
commite1ce8a97befa98566f49acb99c79cc233cf3a703 (patch)
tree679cd54f0ad63e69e4a09f00b3aaf5969606a4d7 /fs/hfsplus/hfsplus_raw.h
parent9630f0d60fec5fbcaa4435a66f75df1dc9704b66 (diff)
downloadlinux-e1ce8a97befa98566f49acb99c79cc233cf3a703.tar.gz
linux-e1ce8a97befa98566f49acb99c79cc233cf3a703.tar.bz2
linux-e1ce8a97befa98566f49acb99c79cc233cf3a703.zip
nilfs2: remove redundant pointer sbufs
Pointer sbufs is being assigned a value but it's not being used later on. The pointer is redundant and can be removed. Cleans up scan-build static analysis warning: fs/nilfs2/page.c:203:8: warning: Although the value stored to 'sbufs' is used in the enclosing expression, the value is never actually read from 'sbufs' [deadcode.DeadStores] sbh = sbufs = page_buffers(src); Link: https://lkml.kernel.org/r/20211211180955.550380-1-colin.i.king@gmail.com Link: https://lkml.kernel.org/r/1640712476-15136-1-git-send-email-konishi.ryusuke@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hfsplus/hfsplus_raw.h')
0 files changed, 0 insertions, 0 deletions