projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb1173
)
rculfhash: remove unused rcu_head in partition_resize_work
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Fri, 14 Oct 2011 13:55:16 +0000
(08:55 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 14 Oct 2011 13:55:16 +0000
(08:55 -0500)
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
patch
|
blob
|
blame
|
history
diff --git
a/rculfhash.c
b/rculfhash.c
index efb1b22ce566c494c78fe3f74cafc83b33d5a9d1..13274189887182f81a2a8ed5336db50a36e13c90 100644
(file)
--- a/
rculfhash.c
+++ b/
rculfhash.c
@@
-255,7
+255,6
@@
struct rcu_resize_work {
};
struct partition_resize_work {
- struct rcu_head head;
struct cds_lfht *ht;
unsigned long i, start, len;
void (*fct)(struct cds_lfht *ht, unsigned long i,
This page took
0.032184 seconds
and
4
git commands to generate.