Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv13377
Modified Files:
ChangeLog
Log Message:
Forgot something
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -U2 -r1.44 -r1.45
--- ChangeLog 20 Apr 2002 23:09:42 -0000 1.44
+++ ChangeLog 20 Apr 2002 23:10:18 -0000 1.45
@@ -33,5 +33,5 @@
- Add beginning of new API with new files inode.[ch] providing:
ntfs_{open,close)_inode(), and
- ntfs_{open,close}_extent_inode().
+ ntfs_open_extent_inode().
- Note the inode related API is subject to change.
- Start defining API provided by attrib.[ch]:
@@ -45,5 +45,6 @@
- Rename all system file constants from FILE_$blah to FILE_blah.
- Port lookup_attr() stuff from ntfs tng driver.
- - Implement loading of extent inodes.
+ - Implement loading of extent inodes. They are attached on open to the
+ base inode and are cached there until the base inode is closed.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|