Hi all, This series cleans up the code in io/scrub.c so that argument parsing is more straightforward and there are fewer indirections. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=io-scrub-cleanups-6.6 --- io/scrub.c | 259 ++++++++++++++++++++++++++++------------------------- man/man8/xfs_io.8 | 3 + 2 files changed, 140 insertions(+), 122 deletions(-)