]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: refactor metadump handling of multi-fsb objects
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 26 Apr 2019 20:40:19 +0000 (15:40 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2019 20:40:19 +0000 (15:40 -0500)
commit9e43c34535bb72edc4a3a30e14b7d22b54c468cb
tree5a719c5e4caf5ff328257f97f430521969cf273f
parent1f8480b69982db4d67ef3531216297398d207e1b
xfs_db: refactor metadump handling of multi-fsb objects

Separate the multi-fsb object dispatch from actual dir block processing
so that we can implement symlink handling correctly as a multi-fsb file.

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