]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: bmap dump uses wrong btree key/ptr macro
authorPeter Watkins <treestem@gmail.com>
Thu, 2 Aug 2012 22:27:16 +0000 (17:27 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 2 Aug 2012 22:27:16 +0000 (17:27 -0500)
commit7db1e7b9f8af12bc5ad2e98c723ba1c4d0cd30ec
treea81c72f3086d7884de4cb3519a1746b80ff74d49
parent37ca9b1ec535f6cb5fec799842f10cafbc94aaff
xfs_db: bmap dump uses wrong btree key/ptr macro

When dumping the bmap with extents in btree form, the traversal
code should use XFS_BMBT_ macros instead of XFS_BMDR_ macros to
access the key and pointer fields below the root node.

Signed-off-by: Peter Watkins <treestem@gmail.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/bmap.c