Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv19311
Modified Files:
ChangeLog
Log Message:
Factor ntfs_attr_fill_hole() out of ntfs_attr_pwrite(). (Szaka)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -p -r1.411 -r1.412
--- ChangeLog 1 Nov 2006 13:30:40 -0000 1.411
+++ ChangeLog 1 Nov 2006 20:20:18 -0000 1.412
@@ -62,6 +62,7 @@ xx/xx/2006 - x.xx.x - .
- Move ntfs_index_entry_mark_dirty() to index.c. (Szaka)
- Introduce misc.c. Move ntfs_[mc]alloc there. (Szaka)
- Change malloc() calls to ntfs_malloc(). (Szaka)
+ - Factor ntfs_attr_fill_hole() out of ntfs_attr_pwrite(). (Szaka)
21/06/2006 - 1.13.1 - Various fixes.
|