commit | d730be5ceebacf03e554db1bdd803e505141581e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Aug 14 17:07:53 2021 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 15 10:36:07 2021 -0400 |
tree | 7199a34b6017fad87768d85e4ef4e8815df509c7 | |
parent | e732c9fa1c6a8089c94639de559cf2cf236644ba [diff] |
tests: update mke2fs.conf to create 256 byte inodes by default The regression tests have their own private copy of mke2fs which is used when tests create file systems. Since we are now using 256 byte inodes by default, the tests should reflect this. While we're at it, modify the r_move_itable test so it actually tests moving the inode table. Signed-off-by: Theodore Ts'o <tytso@mit.edu>