[LTP] [PATCH 0/3] LTP random fixes for xfs and btrfs
Zorro Lang
zlang@kernel.org
Sun Dec 1 10:36:03 CET 2024
[PATCH 1/3] ioctl_ficlone02.c: set all_filesystems to zero
It doesn't skip filesystems as its plan, fix it.
[PATCH 2/3] stat04+lstat03: fix bad blocksize mkfs option for xfs
mkfs.xfs doesn't support "-b 1024", needs "-b size=1024"
[PATCH 3/3] stat04+lstat03: skip test on btrfs
The "-b" option of mkfs.btrfs isn't a blocksize option, there's not blocksize
option in mkfs.btrfs. So I'd like to skip this test for btrfs. But I'm not
sure if there's better way, so CC *btrfs list* to get more review points for
that.
(BTW, better to have a common helper to deal with different filesystems'
blocksize options in the future)
More information about the ltp
mailing list