Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv10397
Modified Files:
notes
Added Files:
AUTHORS COPYING ChangeLog
Log Message:
Merge in the license and stuff
Index: notes
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/notes,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- notes 2001/07/06 01:47:43 1.1
+++ notes 2001/07/30 23:45:25 1.2
@@ -1,8 +1 @@
-Not going to handle the MFT as a file as this is only asking for trouble.
-Also, it would mean that we only can access one mft record at a time due to
-the i_sem locking (which will presumably be held when writing to a file).
-
-We will nevertheless use the pagecache for the mft but we will do something
-of our own and no locking at all as the individual mft records / inodes will
-be holding the necessary i_sem (or whatever lock).
|