]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: allow upgrades on v5 filesystems
authorDarrick J. Wong <djwong@kernel.org>
Wed, 24 Feb 2021 01:20:42 +0000 (20:20 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 24 Feb 2021 01:20:42 +0000 (20:20 -0500)
commit6b1a9a241a7398113d3e4bc97133a27a953e2509
tree6296317a4ae29b673a61c7f4f166179147bc227a
parent8780b4bdf3382067ca129f74e4c14a1e1d56bed4
xfs_repair: allow upgrades on v5 filesystems

Add some helper functions so that we can allow users to upgrade V5
filesystems in a sane manner.  This just lands the boilerplate; the
actual feature validation and whatnot will land in the next patches.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Brian Foster <bfoster@redhat.com>
[sandeen: change subject slightly]
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/phase2.c