mbox series

[PATCHSET,v23.1,0/4] xfs: fix incorrect return values in online fsck

Message ID 166473479505.1083393.7049311366138032768.stgit@magnolia (mailing list archive)
Headers show
Series xfs: fix incorrect return values in online fsck | expand

Message

Darrick J. Wong Oct. 2, 2022, 6:19 p.m. UTC
Hi all,

Here we fix a couple of problems with the errno values that we return to
userspace.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=scrub-fix-return-value
---
 fs/xfs/scrub/common.h |    2 +-
 fs/xfs/scrub/quota.c  |    2 +-
 fs/xfs/scrub/repair.c |    9 ++++++---
 3 files changed, 8 insertions(+), 5 deletions(-)