commit | cd1f9323bb195c49e66ce3679b64790c00a9289a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:52:23 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Apr 02 17:13:35 2023 -0700 |
tree | 6458e7494e39740e56ed9f2bb008f784fd6be593 | |
parent | 722a09874c24f8291d5467a159589ca62e1777a7 [diff] |
xfs: hoist inode record alignment checks from scrub Move the inobt record alignment checks from xchk_iallocbt_rec into xfs_inobt_check_irec so that they are applied everywhere. Signed-off-by: Darrick J. Wong <djwong@kernel.org>