Re: [PATCH 2/6] xfs: force file creation to the data device for certain layout tests
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-21 07:58:14
Also in:
fstests
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-21 07:58:14
Also in:
fstests
On Wed, May 19, 2021 at 04:56:52PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> I found a bunch more tests in the xfs/ directory that try to create specific metadata layouts on the data device, either because they're fuzz tests or because they're testing specific edge cases of the code base. Either way, these test need to override '-d rtinherit' in the MKFS_OPTIONS, so do that with _xfs_force_bdev.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>