Whamcloud - gitweb
ChangeLog, fileio.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 5 May 2001 16:42:24 +0000 (16:42 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 May 2001 16:42:24 +0000 (16:42 +0000)
commit0f6794591edf238825f8ab80c885e83d1efbf203
treeacd836ac2ed34b9bd5cf7a36b0ca6abf244f5af8
parentbfcd9a116ff3bcc6d94a616ab1444eb38d0d5434
ChangeLog, fileio.c:
  fileio.c (ext2fs_file_read): Factored out common code and cleaned up
   function.  Fixed a bug where if there was an error reading from the
   disk, the number of bytes read wasn't reliably set.  (Fixes Debian bug
   #79163)
   (ext2fs_file_write): Factored out common code and made function more
   efficient; if writing a full block, don't bother to do a
   read-modify-write cycle.
lib/ext2fs/ChangeLog
lib/ext2fs/fileio.c