]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 25 Oct 1997 22:37:42 +0000 (22:37 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 25 Oct 1997 22:37:42 +0000 (22:37 +0000)
commit30fab293065b7fc6d7d138e8e9eea533a3560873
treed3fda7ec2dc5a8427b2db8ad9f1b63c9cf376968
parent71b97145a3c0cadd6394852a56998ea14bf59cb7
Many files:
  ext2fs.h: Added function declarations and constants for bmap.c and
   fileio.c.
  ext2_err.et.in: Added new error messages EXT2_FILE_RO and
   EXT2_ET_MAGIC_EXT2_FILE
  Makefile.in: Added files bmap.c and fileio.c, and temporarily
   commented out brel_ma.c and irel_ma.c
  bmap.c: New file which maps a file's logical block number to its
   physical block number.
  fileio.c: New file which implements simple file reading and writing
   primitives.
  alloc.c (ext2fs_alloc_block): New function which allocates a block,
   zeros it, and updates the filesystem accounting records appropriately.
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/Makefile.pq
lib/ext2fs/alloc.c
lib/ext2fs/bmap.c [new file with mode: 0644]
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/fileio.c [new file with mode: 0644]