From owner-cvs-src@FreeBSD.ORG  Mon Apr 11 19:22:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 01A4416A4CE; Mon, 11 Apr 2005 19:22:50 +0000 (GMT)
Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5650D43D1D; Mon, 11 Apr 2005 19:22:49 +0000 (GMT)
	(envelope-from dougb@freebsd.org)
Received: from [192.0.35.182] (g35-182.icann.org[192.0.35.182])
          by comcast.net (sccrmhc12) with ESMTP
          id <20050411192241012003ml57e>; Mon, 11 Apr 2005 19:22:41 +0000
Message-ID: <425ACE7F.7050609@freebsd.org>
Date: Mon, 11 Apr 2005 12:22:39 -0700
From: Doug Barton <dougb@freebsd.org>
Organization: http://www.FreeBSD.org
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050326)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Jeff Roberson <jeff@FreeBSD.org>
References: <200504111519.j3BFJTSx095645@repoman.freebsd.org>
In-Reply-To: <200504111519.j3BFJTSx095645@repoman.freebsd.org>
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern vnode_if.src
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Apr 2005 19:22:50 -0000

Jeff Roberson wrote:
> jeff        2005-04-11 15:19:29 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             vnode_if.src 
>   Log:
>    - Mark the VOPs that require exclusive locks.  Those that aren't marked
>      with E may be called with a shared lock held.  This list really could
>      be made per filesystem if we had any filesystems which differed from
>      ffs in locking guarantees.  VFS itself is not sensitive to this except
>      where vgone() etc. are concerned.
>   
>   Sponsored by:   Isilon Systems, Inc.
>   
>   Revision  Changes    Path
>   1.77      +26 -26    src/sys/kern/vnode_if.src
> 
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/kern/vnode_if.src.diff?&r1=1.76&r2=1.77&f=h
> 

I now have a broken build:

cc -c -O -pipe -march=pentium4m -Wall -Wredundant-decls -Wnested-externs -Wstric
t-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fforma
t-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/local/src/sys -I/usr/local/sr
c/sys/contrib/dev/acpica -I/usr/local/src/sys/contrib/altq -I/usr/local/src/sys/
contrib/ipfilter -I/usr/local/src/sys/contrib/pf -I/usr/local/src/sys/contrib/de
v/ath -I/usr/local/src/sys/contrib/dev/ath/freebsd -I/usr/local/src/sys/contrib/
ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param in
line-unit-growth=100 --param large-function-growth=1000  -mno-align-long-strings
  -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
-ffreestan
ding -Werror  vnode_if.c
vnode_if.c: In function `VOP_CREATE_APV':
vnode_if.c:205: warning: implicit declaration of function `ASSERT_VOP_ELOCKED'
vnode_if.c:205: warning: nested extern declaration of `ASSERT_VOP_ELOCKED'
vnode_if.c: In function `VOP_WHITEOUT_APV':
vnode_if.c:261: warning: nested extern declaration of `ASSERT_VOP_ELOCKED'
vnode_if.c:205: warning: redundant redeclaration of 'ASSERT_VOP_ELOCKED'
vnode_if.c:205: warning: previous implicit declaration of 'ASSERT_VOP_ELOCKED' w
as here
vnode_if.c: In function `VOP_MKNOD_APV':
vnode_if.c:315: warning: nested extern declaration of `ASSERT_VOP_ELOCKED'
vnode_if.c:205: warning: redundant redeclaration of 'ASSERT_VOP_ELOCKED'
vnode_if.c:205: warning: previous implicit declaration of 'ASSERT_VOP_ELOCKED' w
as here

and on and on.

Doug

-- 

     This .signature sanitized for your protection