ext4/003: Fix this test on 64K platform for dax config
authorRitesh Harjani <riteshh@linux.ibm.com>
Wed, 21 Jul 2021 05:27:54 +0000 (10:57 +0530)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Aug 2021 15:00:50 +0000 (23:00 +0800)
commitedc78b9897b90e6fe314629650ca7622653d05f2
tree6f436f450d0a45d5cf7d3a7495fa90961929e945
parent8bd9c9700849db6d1d0c55582a06d828b2b70a4f
ext4/003: Fix this test on 64K platform for dax config

mkfs.ext4 by default uses 4K blocksize which doesn't mount when
testing with dax config and the test fails. This patch fixes it.

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/ext4/003