[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080121060119.GE7541@linux.vnet.ibm.com>
Date: Sun, 20 Jan 2008 22:01:19 -0800
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: Al Viro <viro@...IV.linux.org.uk>
Cc: Stephen Hemminger <shemminger@...tta.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
josh@...edesktop.org
Subject: Re: [PATCH] net: add sparse annotation to ptype_seq_start/stop
On Mon, Jan 21, 2008 at 05:28:31AM +0000, Al Viro wrote:
> On Sun, Jan 20, 2008 at 09:03:55PM -0800, Paul E. McKenney wrote:
> > On Sun, Jan 20, 2008 at 03:21:46PM -0800, Stephen Hemminger wrote:
> > > Get rid of some more sparse warnings.
> > >
> > > Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
> >
> > Adding Josh to CC -- is __acquires() case-insensitive? If not, this
> > needs to be __acquires(RCU) and __releases(RCU).
>
> __acquires(whatever_the_helk_you_put_as_its_argument) is all the same.
The existing calls are __acquires(RCU) and __releases(RCU). I suppose
that one -could- use __acquires(RCU) in some places and __acquires(rcu)
in others, but that sounds like it would eventually bite us...
Thanx, Paul
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists