]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: kill unsupported superblock versions
authorDave Chinner <dchinner@redhat.com>
Tue, 2 Dec 2014 02:33:13 +0000 (13:33 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 2 Dec 2014 02:33:13 +0000 (13:33 +1100)
commitb57c1c511d0a787acb386ffdabea5a863a217d3b
treea42c31646b5c2031ca51c2abd8308bc6c941e927
parent3d2b85cc3af934c26dcb05a89daafe4b142ad2b0
xfs: kill unsupported superblock versions

We don't support filesystems older than dir v2 support, so we
always know about v2 inodes and nlink and other feature bits.
Strip out all the old, unnecessary feature support stuff from
xfs_repair in preparation for merging the 3.16 libxfs code from
the kernel.

Signed-off-by: Dave Chinner <dchinner@redhat.com>