Whamcloud - gitweb
ChangeLog, e2fsck.h, pass4.c, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Mar 1998 01:16:26 +0000 (01:16 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Mar 1998 01:16:26 +0000 (01:16 +0000)
commit17dba281a042d3f8122ef7ce6933035a8eae074a
tree85a4581af70211b94bfc3379cede1e61a1993da0
parentbf2602bef6040fb958eea6088667f6203153e95e
ChangeLog, e2fsck.h, pass4.c, super.c:
  super.c, e2fsck.h: Always declare e2fsck_get_device_size() as an
   extern in e2fsck.h to prevent -Wall warnings.
  pass4.c (e2fsck_pass4): Remove unused variable 'j'.
  super.c (check_super_block): Fix broken superblock sanity check when
   calculating blocks_per_group if s_log_frag_size != s_log_block_size.
   Since we don't support fragments, this isn't a bug deal, but it's good
   to get it fixed.
ChangeLog, Makefile.elf-lib:
  Makefile.elf-lib (installdirs): Change use of DLL_INSTALL_DIR to
   ELF_INSTALL_DIR.  (Doesn't make a difference currently, but it's
   correct this way.)
ChangeLog, fgetversion.c, getversion.c:
  getversion.c (getversion): Return 0 if there's no error.
  fgetversion.c (fgetversion): Pass the address of the temporary
   variable instead of the unitialized variable to the
   EXT2_IOC_GETVERSION ioctl.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/pass4.c
e2fsck/super.c
lib/ChangeLog
lib/Makefile.elf-lib
lib/e2p/ChangeLog
lib/e2p/fgetversion.c
lib/e2p/getversion.c