]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: rename the old_crc variable in xlog_recover_process
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:20:29 +0000 (06:20 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:26:48 +0000 (12:26 +0200)
commit0b737f4ac1d3ec093347241df74bbf5f54a7e16c
tree6d871d1c733c5f3e8f61ba827fe7f86b3e5babf9
parent3e5bdfe48e1f159de7ca3b23a6afa6c10f2a9ad2
xfs: rename the old_crc variable in xlog_recover_process

old_crc is a very misleading name.  Rename it to expected_crc as that
described the usage much better.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_log_recover.c