From 593e87cc5f010c3e8d3ad2d359b509914596adfb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 17 Apr 2010 08:48:39 -0400 Subject: [PATCH] --- yaml --- r: 191015 b: refs/heads/master c: 4376030a54860dedab9d848dfa7cc700a6025c0b h: refs/heads/master i: 191013: 2160afbd8e24cec002dc16a627b274b62fc1cdd6 191011: e0f11915a569538ea75e6bbf7c9236d7682afe1d 191007: 310f4809912bb3a94a9c4961c7062f9f4a5c891c v: v3 --- [refs] | 2 +- trunk/include/linux/rcupdate.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index de3ac1195912..4202cce5bd03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5d8e467f83f6672104f276223a88e3b50cbd375 +refs/heads/master: 4376030a54860dedab9d848dfa7cc700a6025c0b diff --git a/trunk/include/linux/rcupdate.h b/trunk/include/linux/rcupdate.h index 23be3a702516..b653b4aaa8a6 100644 --- a/trunk/include/linux/rcupdate.h +++ b/trunk/include/linux/rcupdate.h @@ -79,6 +79,14 @@ extern void rcu_init(void); (ptr)->next = NULL; (ptr)->func = NULL; \ } while (0) +static inline void init_rcu_head_on_stack(struct rcu_head *head) +{ +} + +static inline void destroy_rcu_head_on_stack(struct rcu_head *head) +{ +} + #ifdef CONFIG_DEBUG_LOCK_ALLOC extern struct lockdep_map rcu_lock_map;