Whamcloud - gitweb
ChangeLog, Makefile.in, swapfs.c, unix.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 11 Jun 2001 07:00:04 +0000 (07:00 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 11 Jun 2001 07:00:04 +0000 (07:00 +0000)
commit5df55d7f847e29d23227592a0bb23daad1a61500
treedd05efcccf2c8e452040a83015c7832c7bc34047
parent877eb6d9234f529594daf7850c2bafc02bdbdcd9
ChangeLog, Makefile.in, swapfs.c, unix.c:
  Makefile.in: Add message.c and swapfs.c to the list of source files to
   build the make depend.
  swapfs.c, unix.c: Only support the -s and -S options to e2fsck if
   ENABLE_SWAPFS is defined.
Many files:
  ext2fs.h, bitops.h, block.c, bmap.c, closefs.c, dirblock.c, inode.c,
   native.c, openfs.c, rw_bitmaps.c, swapfs.c: Only include the
   byte-swapping logic if ENABLE_SWAPFS is turned on or if we're on a
   big-endian machine.
  initialize.c (ext2fs_initialize):Use WORDS_BIGENDIAN directly to set
   EXT2_FLAG_SWAP_BYTES, instead of using ext2fs_native_flag.
  native.c (ext2fs_native_flag): Use WORDS_BIGENDIAN provided by
   autoconf to determine whether or not return EXT2_FLAG_SWAP_BYTES.
17 files changed:
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/swapfs.c
e2fsck/unix.c
lib/ext2fs/ChangeLog
lib/ext2fs/bitops.h
lib/ext2fs/block.c
lib/ext2fs/bmap.c
lib/ext2fs/closefs.c
lib/ext2fs/dirblock.c
lib/ext2fs/ext2fs.h
lib/ext2fs/initialize.c
lib/ext2fs/inode.c
lib/ext2fs/native.c
lib/ext2fs/openfs.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/swapfs.c