]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: new secondary superblock search method
authorBill O'Donnell <billodo@redhat.com>
Mon, 30 May 2016 02:21:26 +0000 (12:21 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 30 May 2016 02:21:26 +0000 (12:21 +1000)
commit1b1b5359243e741f9fdba6acf5a0c7f0d80b9979
tree4ed204bd786ca33c2f124c6e7db6f6e60838e571
parent82c3a179bd809148ce405071f293f65a2e9a02ff
xfs_repair: new secondary superblock search method

Optimize secondary sb search, using similar method to find
fs geometry as that of xfs_mkfs. If this faster method fails
in finding a secondary sb, fall back to original brute force
slower search.

Signed-off-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Makefile
repair/Makefile
repair/sb.c