[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061228122422.f052f6b5.randy.dunlap@oracle.com>
Date: Thu, 28 Dec 2006 12:24:22 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: paulmck@...ux.vnet.ibm.com
Cc: Christoph Hellwig <hch@...radead.org>,
Corey Minyard <minyard@....org>, Andrew Morton <akpm@...l.org>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Carol Hebert <cah@...ibm.com>,
OpenIPMI Developers <openipmi-developer@...ts.sourceforge.net>
Subject: Re: [PATCH] IPMI: fix some RCU problems
On Thu, 28 Dec 2006 11:55:04 -0800 Paul E. McKenney wrote:
> list.h | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
>
> diff -urpNa -X dontdiff linux-2.6.19/include/linux/list.h linux-2.6.19-lpr/include/linux/list.h
> --- linux-2.6.19/include/linux/list.h 2006-11-29 13:57:37.000000000 -0800
> +++ linux-2.6.19-lpr/include/linux/list.h 2006-12-28 11:48:31.000000000 -0800
> @@ -360,6 +360,64 @@ static inline void list_splice_init(stru
> }
>
> /**
> + * list_splice_init_rcu - splice an RCU-protected list into an existing list.
> + * @list the RCU-protected list to splice
> + * @head the place in the list to splice the first list into
> + * @sync function to sync: synchronize_rcu(), synchronize_sched(), ...
@parameter: is kernel-doc syntax.
I.e., please add a colon after each one of those.
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists