PERFORCE change 173950 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 30 14:09:10 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173950

Change 173950 by rwatson at rwatson_vimage_client on 2010/01/30 14:08:51

	Revert two whitespace-only changes relative to SVN.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/vfs_lookup.c#16 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/vfs_lookup.c#16 (text+ko) ====

@@ -505,7 +505,7 @@
 	int dvfslocked;			/* VFS Giant state for parent */
 	int tvfslocked;
 	int lkflags_save;
-
+        
 	/*
 	 * Setup: break out flag bits into variables.
 	 */
@@ -531,7 +531,6 @@
 		cnp->cn_lkflags = LK_SHARED;
 	else
 		cnp->cn_lkflags = LK_EXCLUSIVE;
-
 	dp = ndp->ni_startdir;
 	ndp->ni_startdir = NULLVP;
 	vn_lock(dp,


More information about the p4-projects mailing list