Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2007 01:55:03 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 125873 for review
Message-ID:  <200708310155.l7V1t3IT032928@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125873

Change 125873 by delphij@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708310155.l7V1t3IT032928>