Whamcloud - gitweb
ChangeLog, e2fsck.h, pass1.c, pass1b.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 8 Feb 2000 23:19:32 +0000 (23:19 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 Feb 2000 23:19:32 +0000 (23:19 +0000)
commit80c5d7e45ffa2d2e6d95eef99598c64e9a96d9c0
tree8253f258fcf8405455c19b97f443b33ddb8b6f67
parentfdbba5c2ac284c2702d6699ef51eef301ec1e274
ChangeLog, e2fsck.h, pass1.c, pass1b.c:
  e2fsck.h:
  pass1.c (mark_table_blocks, e2fsck_pass1): Remove
   ctx->block_illegal_map, since it's not needed by pass1, and pass1b has
   been modified to calculate it manually if needed.  This reduces the
   memory footprint needed by e2fsck.
  pass1b.c (check_if_fs_block): New static function which returns
   whether or not a block overlaps with filesystem metadata.  This
   replaces consulting the block_illegal_map bitmap.
util.c:
  Make resource tracking message more concise.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/util.c