]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2fs.h
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Mar 1998 16:17:51 +0000 (16:17 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Mar 1998 16:17:51 +0000 (16:17 +0000)
commit36a43d675ef61d0f5d5b2ad62d2e670c408d14ac
treebd65c2f0c0cf63181befc175ddc3053cf4ac1d24
parent89fe431a85df4796b6e039608119982322964705
Many files:
  block.c (ext2fs_block_iterate3): Make the ref_offset field contain the
   offset into the inode.i_blocks array when ref_block is zero.  Since we
   haven't done a formal release of e2fsprogs since block_iterate2 was
   first introduced, I removed block_iterate2, and renamed block_iterate3
   to be block_iterate2.
  bb_inode.c, bmove.c, dblist_dir.c, dir_iterate.c, expanddir.c,
   ext2fs.h, ext2fsP.h, read_bb.c: Change use of block_iterate and
   block_iterate2 to block_iterate2 with the new prototype for the
   interator function.  (using blkcnt_t forr blockcount)
ChangeLog, debugfs.c, ls.c, lsdel.c:
  debugfs.c, ls.c, lsdel.c: Add support for large files.  (The high 32
   bits share space with the i_dir_acl field.)
15 files changed:
debugfs/ChangeLog
debugfs/debugfs.c
debugfs/ls.c
debugfs/lsdel.c
lib/ext2fs/ChangeLog
lib/ext2fs/bb_inode.c
lib/ext2fs/block.c
lib/ext2fs/bmove.c
lib/ext2fs/dblist_dir.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/dll/jump.funcs
lib/ext2fs/expanddir.c
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/read_bb.c