commit | 755e0771810e1ff7ff6abe35d1dc2db8e9c227c8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Aug 09 13:03:43 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 10 16:21:31 2014 -0400 |
tree | 397c419e93a0d2a0d5c86dbb0846a593470d6cb9 | |
parent | 9974f8c2beaa8969cf3bc8b09a53b2daa6b11fd7 [diff] |
tests: add f_first_meta_bg_too_big test The test verifies that e2fsck can properly fix a file system where the value of s_first_meta_bg in the superblock is larger than the number of block group descriptors in the file system. E2fsck will fix this by clearing the meta_bg feature. Signed-off-by: Theodore Ts'o <tytso@mit.edu>