Jiapeng Chong f4901a182d xfs: Remove redundant assignment of mp
mp is being initialized to log->l_mp but this is never read
as record is overwritten later on. Remove the redundant
assignment.

Cleans up the following clang-analyzer warning:

fs/xfs/xfs_log_recover.c:3543:20: warning: Value stored to 'mp' during
its initialization is never read [clang-analyzer-deadcode.DeadStores].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
2022-01-06 10:43:30 -08:00
..
2021-10-22 16:00:31 -07:00
2021-09-02 09:21:27 -07:00
2021-06-21 10:05:51 -07:00
2021-09-02 08:26:03 -07:00
2021-11-24 10:06:02 -08:00
2021-04-12 15:04:29 +02:00
2021-01-24 14:43:46 +01:00
2021-01-24 14:43:46 +01:00
2021-06-21 10:05:51 -07:00
2021-10-14 09:19:33 -07:00
2021-10-22 16:04:20 -07:00
2021-06-21 10:05:46 -07:00
2021-01-24 14:43:46 +01:00
2021-08-19 10:07:14 -07:00