Signed-off-by: Junchang Wang <junchangwang@xxxxxxxxx> --- CodeSamples/defer/route_rcu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/CodeSamples/defer/route_rcu.c b/CodeSamples/defer/route_rcu.c index 7716fe8..1fd69ea 100644 --- a/CodeSamples/defer/route_rcu.c +++ b/CodeSamples/defer/route_rcu.c @@ -93,7 +93,6 @@ static void route_cb(struct rcu_head *rhp) { struct route_entry *rep = container_of(rhp, struct route_entry, rh); - WRITE_ONCE(rep->re_freed, 1); re_free(rep); } -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html