xfs: force file creation to the data device for certain layout tests
authorDarrick J. Wong <djwong@kernel.org>
Wed, 19 May 2021 23:56:52 +0000 (16:56 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 23 May 2021 13:31:18 +0000 (21:31 +0800)
commitea15099b714c7c10eb3c60aefecd9bf3e841da46
tree64ab158423c0d12fee350a48e810fa67e944f978
parent8d54e50288501b4e98c667fca3bdaa7a3e962bf8
xfs: force file creation to the data device for certain layout tests

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.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/088
tests/xfs/089
tests/xfs/091
tests/xfs/120
tests/xfs/130
tests/xfs/139
tests/xfs/207
tests/xfs/229
tests/xfs/235