Colin Ian King dee8744524 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>
2022-10-18 10:41:59 -05:00
..
2022-08-02 12:34:04 -04:00
2022-04-25 14:00:33 -05:00
2022-04-25 14:00:33 -05:00
2021-04-12 15:04:29 +02:00
2022-04-25 14:00:33 -05:00
2022-04-25 14:00:33 -05:00
2022-04-25 14:00:33 -05:00
2022-04-25 14:00:33 -05:00
2022-04-25 14:00:33 -05:00
2021-04-12 15:04:29 +02:00
2021-10-18 14:43:23 -06:00
2021-01-24 14:27:17 +01:00