Whamcloud - gitweb
ChangeLog, .del-io.h~72680822, irel_ma.c, llseek.c, rw_bitmaps.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 Aug 1997 17:20:42 +0000 (17:20 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 Aug 1997 17:20:42 +0000 (17:20 +0000)
commit1c27cac2e848300a515cc994bc71ee48e2f3fa19
tree7e350a7899da8f635a93309060182d5aa669446c
parent7cf73dcd3d173d88ceab26d381f4abac362d8518
ChangeLog, .del-io.h~72680822, irel_ma.c, llseek.c, rw_bitmaps.c:
  io.h: Change the prototype of ext2fs_llseek() to use int's instead of
   unsigned int's.
  llseek.c: Change to allow PIC and !HAVE_LLSEEK.  Add a prototype to
   make life easer for GNU Libc 2.
  rw_bitmaps.c: On the PowerPC, the big-endian variant of the ext2
   filesystem has its bitmaps stored as 32-bit words with bit 0 as the
   LSB of each word.  Thus a bitmap with only bit 0 set would be, as a
   string of bytes, 00 00 00 01 00 ...  To cope with this, we
   byte-reverse each word of a bitmap if we have a big-endian filesystem,
   that is, if we are *not* byte-swapping other word-sized numbers.
ChangeLog, expect.1, image.gz:
  f_badinode: Modify test to check for "bad" character and block devices
   (i.e., ones which contain garbage block entries)
lib/ext2fs/ChangeLog
lib/ext2fs/io.h
lib/ext2fs/irel_ma.c
lib/ext2fs/llseek.c
lib/ext2fs/rw_bitmaps.c
tests/ChangeLog
tests/f_badinode/expect.1
tests/f_badinode/image.gz