Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv26646
Modified Files:
ChangeLog
Log Message:
Finished provisional inode.c::ntfs_{open,close}_inode() functions. Also, started defining API provided by attrib.[ch], so far only done search context related stuff.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -U2 -r1.40 -r1.41
--- ChangeLog 19 Apr 2002 18:23:55 -0000 1.40
+++ ChangeLog 19 Apr 2002 21:09:54 -0000 1.41
@@ -33,4 +33,7 @@
- Add beginning of new API with new files inode.[ch] providing:
ntfs_{open,close)_inode(). - Note the API is subject to change.
+ - Start defining API provided by attrib.[ch]:
+ ntfs_attr_search_ctx typedef, and
+ ntfs_{get,put,reinit}_attr_search_ctx().
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|