diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-18 17:23:10 +0200 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2022-10-18 17:41:59 +0200 |
commit | dee8744524096514109a9680a9c45a4259dae2a4 (patch) | |
tree | dbee92864d9e2a6e67284b83325102dd99ae1cd4 /fs/jfs/jfs_dmap.c | |
parent | jfs: remove unused declarations for jfs (diff) | |
download | linux-dee8744524096514109a9680a9c45a4259dae2a4.tar.xz linux-dee8744524096514109a9680a9c45a4259dae2a4.zip |
jfs: remove redundant assignments to ipaimap and ipaimap2
The pointers ipaimap and ipaimap2 are re-assigned with values a second
time with the same values when they were initialized. The re-assignments
are redundant and can be removed.
Cleans up two clang scan build warnings:
fs/jfs/jfs_umount.c:42:16: warning: Value stored to 'ipaimap' during
its initialization is never read [deadcode.DeadStores]
fs/jfs/jfs_umount.c:43:16: warning: Value stored to 'ipaimap2' during
its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs/jfs_dmap.c')
0 files changed, 0 insertions, 0 deletions