[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080724165602.efdd8a96.randy.dunlap@oracle.com>
Date: Thu, 24 Jul 2008 16:56:02 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: dipankar@...ibm.com, akpm <akpm@...ux-foundation.org>
Subject: [PATCH] rcu: fix synchronize_rcu() so that kernel-doc works
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix RCU's synchronize_cpu() so that it looks like a C function, enabling
it to be recognized as a function with kernel-doc annotation.
Warning(linux-2.6.26-git11//kernel/rcupdate.c:81): No description found for parameter 'synchronize_rcu'
Warning(linux-2.6.26-git11//kernel/rcupdate.c:81): No description found for parameter 'call_rcu'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
kernel/rcupdate.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.26-git11.orig/kernel/rcupdate.c
+++ linux-2.6.26-git11/kernel/rcupdate.c
@@ -77,6 +77,7 @@ void wakeme_after_rcu(struct rcu_head *
* sections are delimited by rcu_read_lock() and rcu_read_unlock(),
* and may be nested.
*/
+void synchronize_rcu(void);
synchronize_rcu_xxx(synchronize_rcu, call_rcu)
EXPORT_SYMBOL_GPL(synchronize_rcu);
--
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