Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 27 Apr 1998 01:41:13 +0000 (01:41 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Apr 1998 01:41:13 +0000 (01:41 +0000)
commit76f875daa1c9c2cdc72f0c6f0f7be4bbc7f0fc07
tree6fe26cebc11c665c56419240799c179706995c9d
parent91b2c42bdbb91275026f08306720b2bef6e129f4
Many files:
  ext2fs.h, bitops.h: Add support for the Watcom C compiler to do inline
   functions.
  ext2fs.h, dosio.c: Use asm/types.h instead of linux/types.h to evade a
   potential problem with glibc's header files trying to spike out
   linux/types.h.
  ext2fs.h (ext2fs_resize_mem): Change the function prototype to include
   the old size of the memory, which is needed for some braindamaged
   memory allocation systems that don't support realloc().
  badblocks.c (ext2fs_badblocks_list_add):
  bb_inode.c (clear_bad_block_proc):
  dblist.c (ext2fs_add_dir_block):
  icount.c (insert_icount_el):
  irel_ma.c (ima_put):
  rs_bitmap.c (ext2fs_resize_generic_bitmap): Update functions to pass
   the old size of the memory to be resized to ext2fs_resize_mem().
ChangeLog, dirinfo.c:
  dirinfo.c (e2fsck_add_dir_info): Update function to pass the old size
   of the memory to be resized to ext2fs_resize_mem().
ChangeLog, extent.c, resize2fs.c:
  resize2fs.c (adjust_superblock):
  extent.c (ext2fs_add_extent_entry): Update functions to pass the old
   size of the memory to be resized to ext2fs_resize_mem().
15 files changed:
e2fsck/ChangeLog
e2fsck/dirinfo.c
lib/ext2fs/ChangeLog
lib/ext2fs/badblocks.c
lib/ext2fs/bb_inode.c
lib/ext2fs/bitops.h
lib/ext2fs/dblist.c
lib/ext2fs/dosio.c
lib/ext2fs/ext2fs.h
lib/ext2fs/icount.c
lib/ext2fs/irel_ma.c
lib/ext2fs/rs_bitmap.c
resize/ChangeLog
resize/extent.c
resize/resize2fs.c