mbox series

[v3,0/3] fstests: Fix checking of UDF filesystems

Message ID 20230131123809.28200-1-jack@suse.cz (mailing list archive)
Headers show
Series fstests: Fix checking of UDF filesystems | expand

Message

Jan Kara Jan. 31, 2023, 12:39 p.m. UTC
Hello,

these two patches fix the usage of udf_test program in _check_udf_filesystem
so that it can reliably check udf filesystems. It provides it proper arguments
and also unmounts the filesystem prior to running the check.

Changes since v2:
* Include another patch adding better blocksize support to _scratch_mkfs_sized
  and _scratch_mkfs_blocksized

Changes since v1:
* Added Reviewed-by tag
* Accept also --blocksize version of the option

								Honza
Previous versions:
Link: http://lore.kernel.org/r/20230119104618.28701-1-jack@suse.cz # v1
Link: http://lore.kernel.org/r/20230120154944.25573-1-jack@suse.cz # v2