mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
6e374f7187
The default mkfs.xfs options contain -b size=4096, so all tests using _scratch_mkfs_blocksized won't actually run unless those options are changed. As we're trying to specificly test 1k blocks we should always override the default option. v2: Move the function to common/rc Signed-off-by: Christoph Hellwig <hch@lst.de> [darrick.wong@oracle.com: move function to common/rc] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>