Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv26368
Modified Files:
ChangeLog
Log Message:
Implement attrib.[hc]::ntfs_rl_pwrite(). Fix a dumb bug in ntfs_attr_pwrite().
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -U2 -r1.68 -r1.69
--- ChangeLog 6 Jul 2002 20:22:56 -0000 1.68
+++ ChangeLog 8 Jul 2002 00:09:41 -0000 1.69
@@ -127,4 +127,8 @@
ntfs_build_mapping_pairs().
- Convert mkntfs.c to the above API.
+ - Implement attrib.[hc]::ntfs_rl_pwrite() as a low level scatter write
+ function analagous in functionality to mkntfs.c::ntfs_rlwrite() but
+ with arguments more like ntfs_attr_pwrite() to allow for more
+ flexible use.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|