]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/bmap.c
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Sep 1998 01:22:57 +0000 (01:22 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Sep 1998 01:22:57 +0000 (01:22 +0000)
commit2eb374c9401079aa56aa12f0047ca3866e69b754
treee6d57fb1f217ab0aea0d83f14d494120db5b1711
parent1333fe93446a09ceb866a7f2a1ca0c196964b952
Many files:
  rw_bitmaps.c: Fixed signed/unsigned warnings.
  fileio.c (ext2fs_file_set_size): Remove unneeded extern from the
   function declaration.
  dblist.c (make_dblist): Add safety check in case the dblist pointer
   passed in is null (in which case, assign it to fs->dblist).  Fixed
   some signed/unsigned warnings.
  bmap.c: Make addr_per_block be of type blk_t to avoid signed/unsigned
   warnings.
  namei.c (ext2fs_follow_link): Remove uneeded extern from the function
   declaration.
  get_pathname.c (get_pathname_proc): Use return value from
   ext2fs_get_mem, instead of checking if &gp->name is NULL.
  dir_iterate.c (ext2fs_process_dir_block):
  dblist_dir.c (ext2fs_dblist_dir_iterate): Remove uneeded extern from
   the function declaration.
  block.c (ext2fs_block_iterate2): If the read_inode call fails, return
   the error directly instead of jumping to the cleanup routine, since we
   don't need to do any cleanup.
  alloc_table.c (ext2fs_allocate_group_table): Make this function take a
   dgrp_t for its group argument.
  ext2fs.h: Make dgrp_t an __u32 type, and make fs->desc_group_count be
   of type dgrp_t.
12 files changed:
lib/ext2fs/ChangeLog
lib/ext2fs/alloc_tables.c
lib/ext2fs/block.c
lib/ext2fs/bmap.c
lib/ext2fs/dblist.c
lib/ext2fs/dblist_dir.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/ext2fs.h
lib/ext2fs/fileio.c
lib/ext2fs/get_pathname.c
lib/ext2fs/namei.c
lib/ext2fs/rw_bitmaps.c