]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: improve the assert at the top of xfs_log_cover
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Jan 2026 15:18:21 +0000 (16:18 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 13 Jan 2026 09:36:23 +0000 (10:36 +0100)
commitdf7ec7226fbe14d8654193933da81b2470cc5814
tree77fd7ca4f02c8f3c3611acd0b95898d91203332e
parentbaed03efe223b1649320e835d7e0c03b3dde0b0c
xfs: improve the assert at the top of xfs_log_cover

Move each condition into a separate assert so that we can see which
on triggered.

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.c