On Thu, Jan 11, 2024 at 06:16:56PM -0800, Darrick J. Wong wrote: > Hi Carlos, > > Please pull this branch with changes for xfsprogs for 6.6-rc1. > > As usual, I did a test-merge with the main upstream branch as of a few > minutes ago, and didn't see any conflicts. Please let me know if you > encounter any problems. > > The following changes since commit 52520522199efa984dcf172a3eb8d835b93e324e: > > xfs_scrub: update copyright years for scrub/ files (2024-01-11 18:08:46 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-repair-fixes-6.6_2024-01-11 > > for you to fetch changes up to 96ac83c88e01ff7f59563ff76a96e555477c8637: > > xfs_scrub: don't report media errors for space with unknowable owner (2024-01-11 18:08:46 -0800) Pulled, thanks! Carlos > > ---------------------------------------------------------------- > 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@xxxxxxxxxx> > > ---------------------------------------------------------------- > Darrick J. Wong (2): > xfs_scrub: flush stdout after printing to it > xfs_scrub: don't report media errors for space with unknowable owner > > scrub/phase6.c | 13 ++++++++++++- > scrub/xfs_scrub.c | 2 ++ > 2 files changed, 14 insertions(+), 1 deletion(-) >