OSDN Git Service

ChangeLog, mke2fs.c, badblocks.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 May 1997 02:50:16 +0000 (02:50 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 May 1997 02:50:16 +0000 (02:50 +0000)
commitf635d7f65bd002984ce9a202d491d4f187b996b2
treeea1543db6782ab713e826b6cf2de83e3dad149d9
parent9559ea33ebf9242d6ffbd09ec7b0996b4f594ef6
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).
e2fsck/ChangeLog
e2fsck/badblocks.c
lib/ext2fs/ChangeLog
lib/ext2fs/badblocks.c
misc/ChangeLog
misc/mke2fs.c