PERFORCE change 52299 for review

Andrew Reisse areisse at FreeBSD.org
Wed May 5 15:04:40 GMT 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);
 			}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list