]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
Merge tag 'scrub-repair-fixes-6.6_2024-01-11' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Tue, 23 Jan 2024 10:28:50 +0000 (11:28 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 23 Jan 2024 10:28:50 +0000 (11:28 +0100)
commit0f7e58a387f57ebda2566916b545077f51dc2da1
tree376fd4af9ae6fdc7312cd6b5f2c9d0b37e81b012
parent813262c781cb976f8dfba7a7b5a3e1abedc6d837
parent96ac83c88e01ff7f59563ff76a96e555477c8637
Merge tag 'scrub-repair-fixes-6.6_2024-01-11' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev into for-next

xfs_scrub: fixes to the repair code [v28.3 3/6]

Now that we've landed the new kernel code, it's time to reorganize the
xfs_scrub code that handles repairs.  Clean up various naming warts and
misleading error messages.  Move the repair code to scrub/repair.c as
the first step.  Then, fix various issues in the repair code before we
start reorganizing things.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>