Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv11089
Modified Files:
ChangeLog
Log Message:
mark inode as bad if first extent has lowest vcn != 0.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -U2 -r1.70 -r1.71
--- ChangeLog 4 Mar 2002 19:29:19 -0000 1.70
+++ ChangeLog 4 Mar 2002 23:48:05 -0000 1.71
@@ -33,6 +33,4 @@
in between. Either need different type of optimization as above or
need to change the read/write spinlock to a read/write semaphore.
- - Check for lowest_vcn != 0 in ntfs_read_inode() and mark the inode as
- bad if found.
tng-0.0.8 - Work in progress.
@@ -108,4 +106,6 @@
support attribute lists. If it did happen it would imply the inode
being corrupt.
+ - Check for lowest_vcn != 0 in ntfs_read_inode() and mark the inode as
+ bad if found.
tng-0.0.7 - 13/02/2002 - The driver is now feature complete for read-only!
|