ext4/027: Correct the right code of block and inode bitmap
authorRitesh Harjani <riteshh@linux.ibm.com>
Wed, 21 Jul 2021 05:27:55 +0000 (10:57 +0530)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Aug 2021 15:01:09 +0000 (23:01 +0800)
commit9567432e3ac984293af0bbe92bb8dd5fa58591dd
tree4ab54a6c9ae0991c110a989f6cb797d982f6042f
parentedc78b9897b90e6fe314629650ca7622653d05f2
ext4/027: Correct the right code of block and inode bitmap

Observed occasional failure of this test sometimes say with 64k config
and small device size. Reason is we were grepping for wrong values for
inode and block bitmap.

Correct those values according to [1] to fix this test.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/ext4/fsmap.h#n53

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/ext4/027