commit | d26a4f1cba56c47ba8fe5ff989d9b20eb4187efd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 02 14:49:20 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Sep 17 19:00:40 2021 -0700 |
tree | 947f5b0da7e270c6e8701ddf194155b61c07016d | |
parent | 5dfe1bf95df379a1646aa0f556365387221cf375 [diff] |
xfs: allow userspace to rebuild metadata structures Add a new (superuser-only) flag to the online metadata repair ioctl to force it to rebuild structures, even if they're not broken. We will use this to move metadata structures out of the way during a free space defragmentation operation. Signed-off-by: Darrick J. Wong <djwong@kernel.org>