]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: associate proper type with free inode btree root
authorEric Sandeen <sandeen@redhat.com>
Fri, 4 Aug 2017 21:33:45 +0000 (16:33 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 4 Aug 2017 21:33:45 +0000 (16:33 -0500)
commit61a155678aa65f5191c78d0025730b3efab36740
tree1d67a4d27f62881952df4bacc726a37db9f9f349
parentb4056fed6eda8180153fb274733aec8ff5dd14c9
xfs_db: associate proper type with free inode btree root

When navigating to the free inode btree root, the wrong type
is set:

xfs_db> agi 0
xfs_db> addr free_root
xfs_db> type
current type is "inobt"

Change this to type finobt / TYP_FINOBT

(There seems to be no actual difference, but if we have an explicit type
name for the free inode btree, we should use it as appropriate)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/agi.c