Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv3888
Modified Files:
ChangeLog
Log Message:
More attribute list work, cleanups, bug fixes.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -U2 -r1.59 -r1.60
--- ChangeLog 8 Feb 2002 12:26:49 -0000 1.59
+++ ChangeLog 10 Feb 2002 02:22:58 -0000 1.60
@@ -11,7 +11,8 @@
further run list parts (cf. inode.c::ntfs_read_inode(), etc)
In this context need to go through the following source files:
- dir.c, attrib.c
+ dir.c
The following functions need going through, too:
inode.c::ntfs_read_inode(),
+ attrib.c::merge_run_lists() and its helpers
Everything not in above list has already been done.
- Use map_run_list() mechanism in dir.c and perhaps don't bother
@@ -66,4 +67,10 @@
rather than the default one, thus reducing the amount of code and
automatically enabling attribute list support for directory indices.
+ - Fix bug in load_attribute_list() - forgot to call brelse in error
+ code path.
+ - Change parameters to find_attr and lookup_attr. We no longer pass in
+ the upcase table and its length. These can be gotten from
+ ctx->ntfs_ino->vol->upcase{_len}. Update all callers.
+ - Cleanups in attrib.c.
tng-0.0.6 - Encrypted directories, bug fixes, cleanups, debugging enhancements.
|