]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: pass ops through during scan
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 26 Apr 2019 20:39:41 +0000 (15:39 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2019 20:39:41 +0000 (15:39 -0500)
commitbc5fb7cdac635a4e0a65b62cc732906a612c9bad
treeef1da4cb63afb2620f006450212ffb5b58fd20eb
parentb47099063eae9cf1579d2e406b54ca0b1cdd23a1
xfs_repair: pass ops through during scan

Pass the buffer ops through scan_sbtree so that we detect finobt blocks
properly and we don't have to keep switching on magic numbers for the
free space btrees.

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>
repair/scan.c