]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create a separate finobt verifier
authorBrian Foster <bfoster@redhat.com>
Mon, 6 May 2019 22:00:28 +0000 (18:00 -0400)
committerEric Sandeen <sandeen@redhat.com>
Mon, 6 May 2019 22:00:28 +0000 (18:00 -0400)
commit035ae96e1f869235c4e8fd810404db5b9d07d017
treee8079e5861b0a28ed4c505c1e3de2decae43ef96
parent7563fc9cf54a1a70e358377754a7baee6e245b87
xfs: create a separate finobt verifier

Source kernel commit: 01e68f40bf7846b58d2734aa11b0cbcaadbeaa3e

The inobt verifier is reused for the inobt and finobt, which
prevents the ability to distinguish between magic values on a
per-tree basis. Create a separate finobt structure in preparation
for changes to enforce the appropriate magic value for the
associated tree. This patch has no functional change.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/type.c
libxfs/xfs_ag.c
libxfs/xfs_ialloc_btree.c
libxfs/xfs_shared.h
mkfs/xfs_mkfs.c
repair/phase5.c
repair/scan.c