Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 14:09:09 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173950 for review
Message-ID:  <201001301409.o0UE99jF059993@repoman.freebsd.org>

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

Change 173950 by rwatson@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,



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