Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv22532
Modified Files:
ChangeLog TODO.libntfs
Log Message:
Typo fix
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -U2 -r1.67 -r1.68
--- ChangeLog 6 Jul 2002 20:07:58 -0000 1.67
+++ ChangeLog 6 Jul 2002 20:22:56 -0000 1.68
@@ -121,5 +121,5 @@
ntfs_walk_attrs(). (Szakacsits Szabolcs)
- Add new API for compressing run lists into mapping pairs arrays
- aprovided by attrib.[ch] (adapted from mkntfs.c):
+ provided by attrib.[ch] (adapted from mkntfs.c):
ntfs_get_nr_significant_bytes(),
ntfs_get_size_for_mapping_pairs(),
Index: TODO.libntfs
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.libntfs,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- TODO.libntfs 8 Jun 2002 14:33:09 -0000 1.8
+++ TODO.libntfs 6 Jul 2002 20:22:57 -0000 1.9
@@ -18,8 +18,8 @@
- write attribute resize function (see mkntfs) and implement ntfs_truncate*
+- write ntfs_{allocate,free}_cluster(s) (see ntfs 2.4 driver in CVS)
+
- extend ntfs_attr_pwrite to cope with extending the attribute size and with
instantiating holes
-
-- write ntfs_{allocate,free}_cluster(s) (see ntfs 2.4 driver in CVS)
- write ntfs_{allocate,free}_mft_record (see ntfs 2.4 driver in CVS)
|