Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv7946
Modified Files:
super.c
Log Message:
no idea where I got 1 from. 0 is much better.
Index: super.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/super.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -U2 -r1.76 -r1.77
--- super.c 24 Feb 2002 20:05:02 -0000 1.76
+++ super.c 25 Feb 2002 02:49:33 -0000 1.77
@@ -1728,5 +1728,5 @@
{
if (ntfs_read_super(sb, opt, silent))
- return 1;
+ return 0;
else
return -EINVAL;
|