commit | f635d7f65bd002984ce9a202d491d4f187b996b2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri May 09 02:50:16 1997 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 09 02:50:16 1997 +0000 |
tree | ea1543db6782ab713e826b6cf2de83e3dad149d9 | |
parent | 9559ea33ebf9242d6ffbd09ec7b0996b4f594ef6 [diff] |
ChangeLog, mke2fs.c, badblocks.c: Pass the blocksize to the bad blocks command so that all of the filesystem gets tested in the case where the blocksize 2048 or 4096. ChangeLog, badblocks.c: Fix bug where ext2fs_badblocks_list_test would test the list (and exceed array boundaries) if there were no bad blocks on the bad blocks list. (Showed up when user tried: mke2fs -c -b 4096).