Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 21:41:55 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184377 - head/sys/kern
Message-ID:  <200810272141.m9RLftEW053958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Oct 27 21:41:55 2008
New Revision: 184377
URL: http://svn.freebsd.org/changeset/base/184377

Log:
  - Whitespace fix for vop_poll.
  - Use the right label for vop_vptofh lock assertions so they are enforced.

Modified:
  head/sys/kern/vnode_if.src

Modified: head/sys/kern/vnode_if.src
==============================================================================
--- head/sys/kern/vnode_if.src	Mon Oct 27 21:31:14 2008	(r184376)
+++ head/sys/kern/vnode_if.src	Mon Oct 27 21:41:55 2008	(r184377)
@@ -216,7 +216,7 @@ vop_ioctl {
 };
 
 
-%% poll	vp	U U U
+%% poll		vp	U U U
 
 vop_poll {
 	IN struct vnode *vp;
@@ -589,7 +589,7 @@ vop_setlabel {
 };
 
 
-%% setlabel	vp	= = =
+%% vptofh	vp	= = =
 
 vop_vptofh {
 	IN struct vnode *vp;



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