Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv7324
Modified Files:
ChangeLog
Log Message:
Remove find_first_attr and make all users use get_attr_search_ctx + find_attr instead.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -U2 -r1.32 -r1.33
--- ChangeLog 14 Apr 2002 14:20:10 -0000 1.32
+++ ChangeLog 14 Apr 2002 15:26:23 -0000 1.33
@@ -3,7 +3,12 @@
me to make it fit in with e2label better.
- Extend ntfs_mount() to also read in the volume label.
- - Added man page for ntfslabel.
+ - Add man page for ntfslabel.
- Silence verbosity of output from ntfs_mount(). It is now only output
if ./configure was run with --enable-debug.
+ - Remove a LOT of dead code. Massive cleanup.
+ - Add full attribute search context and allocation/init/deallocation
+ functions (see attrib.c).
+ - Remove find_first_attr(). Just use get_attr_search_ctx() +
+ find_attr() which has the same effect.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|