Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv30312
Modified Files:
ChangeLog
Log Message:
Fix find.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -U2 -r1.65 -r1.66
--- ChangeLog 13 Feb 2002 03:54:13 -0000 1.65
+++ ChangeLog 14 Feb 2002 00:52:08 -0000 1.66
@@ -39,4 +39,9 @@
- Replace bdevname(sb->s_dev) with sb->s_id.
+ - Remove now superfluous new line characters in all callers of
+ ntfs_debug().
+ - Apply kludge in ntfs_read_inode(), setting i_nlink to 1 for
+ directories. Without this the "find" utility gets very upset which is
+ fair enough as Linux/Unix do not support directory hard links.
tng-0.0.7 - 13/02/2002 - The driver is now feature complete for read-only!
|