Whamcloud - gitweb
ext4: fix tests to account for new dumpe2fs output
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Wed, 20 Jan 2021 21:26:41 +0000 (13:26 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 15:59:38 +0000 (10:59 -0500)
commitef44eef00ef1f31447c4390b5dd9ff21fc868593
treed3b3e0b6520484f0649c54afdcf8323aa0b254d9
parent06def17e2f20135771f520cc88324ca8a3f1f3cb
ext4: fix tests to account for new dumpe2fs output

dumpe2fs tool now is capable of reporting number of fast commit
blocks. There were slight changes in the output of dumpe2fs outside of
fast commits. This patch fixes the regression tests to expect the new
output.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
22 files changed:
tests/d_corrupt_journal_nr_users/expect
tests/f_jnl_errno/expect.0
tests/f_opt_extent/expect
tests/i_bitmaps/expect
tests/j_ext_dumpe2fs/expect
tests/m_bigjournal/expect.1
tests/m_extent_journal/expect.1
tests/m_resize_inode_meta_bg/expect.1
tests/m_rootdir/expect
tests/r_32to64bit/expect
tests/r_32to64bit_meta/expect
tests/r_32to64bit_move_itable/expect
tests/r_64to32bit/expect
tests/r_64to32bit_meta/expect
tests/r_move_itable_nostride/expect
tests/r_move_itable_realloc/expect
tests/t_disable_mcsum/expect
tests/t_disable_mcsum_noinitbg/expect
tests/t_disable_mcsum_yesinitbg/expect
tests/t_enable_mcsum/expect
tests/t_enable_mcsum_ext3/expect
tests/t_enable_mcsum_initbg/expect