PERFORCE change 125873 for review

Xin LI delphij at FreeBSD.org
Thu Aug 30 18:55:04 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125873

Change 125873 by delphij at delphij_odin on 2007/08/31 01:54:30

	Style: return 0 instead of relying error == 0.

Affected files ...

.. //depot/projects/delphij_fork/sys/fs/msdosfs/msdosfs_vfsops.c#9 edit

Differences ...

==== //depot/projects/delphij_fork/sys/fs/msdosfs/msdosfs_vfsops.c#9 (text+ko) ====

@@ -838,7 +838,7 @@
 	MNT_ILOCK(mp);
 	mp->mnt_flag &= ~MNT_LOCAL;
 	MNT_IUNLOCK(mp);
-	return (error);
+	return (0);
 }
 
 static int


More information about the p4-projects mailing list