]> 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, 20 Oct 2025 12:49:19 +0000 (08:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:04:39 +0000 (14:04 +0100)
commitdd2d1bf4b2904d7c559c46d75715ae6d45dd8904
tree22e55ba62785251c3bd3eb486a00ace3bcb23dc7
parentca8ad27b4d7f3fa3a25ecb7c2b7474fb9948a101
xfs: rename the old_crc variable in xlog_recover_process

[ Upstream commit 0b737f4ac1d3ec093347241df74bbf5f54a7e16c ]

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>
Stable-dep-of: e747883c7d73 ("xfs: fix log CRC mismatches between i386 and other architectures")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_log_recover.c