PERFORCE change 52299 for review

Andrew Reisse areisse at FreeBSD.org
Wed May 5 08:04:41 PDT 2004


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

Change 52299 by areisse at areisse_ibook on 2004/05/05 08:04:01

	add a comment about vop_create releasing vnodes

Affected files ...

.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/vfs/vfs_vnops.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/vfs/vfs_vnops.c#4 (text+ko) ====

@@ -157,6 +157,7 @@
 #endif
 			if (error = VOP_CREATE(ndp->ni_dvp, &ndp->ni_vp,
 					       &ndp->ni_cnd, vap)) {
+			        /* vop_create does the vput(dvp) for us */
 				remove_name(nameptr);
 				return (error);
 			}


More information about the p4-projects mailing list