]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/phase7.c
xfs: kill unsupported superblock versions
authorDave Chinner <dchinner@redhat.com>
Wed, 29 Jul 2015 23:23:08 +0000 (09:23 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 29 Jul 2015 23:23:08 +0000 (09:23 +1000)
commit5f6f36600d1acb8c89386e5efd654c9b84f57c75
tree92b33815c08dd7dd320a0e58525d7b72bb9b3089
parentf616e2bf8d50fd638ba526a061b6e08e8f2bb0ff
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>
12 files changed:
db/check.c
db/sb.c
repair/agheader.c
repair/dinode.c
repair/globals.h
repair/phase6.c
repair/phase7.c
repair/prefetch.c
repair/sb.c
repair/versions.c
repair/versions.h
repair/xfs_repair.c