diff options
| -rw-r--r-- | net/sched/act_sample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/act_sample.c b/net/sched/act_sample.c index ec986ae52808..a9f9a2ccc664 100644 --- a/net/sched/act_sample.c +++ b/net/sched/act_sample.c | |||
| @@ -264,6 +264,7 @@ static int __init sample_init_module(void) | |||
| 264 | 264 | ||
| 265 | static void __exit sample_cleanup_module(void) | 265 | static void __exit sample_cleanup_module(void) |
| 266 | { | 266 | { |
| 267 | rcu_barrier(); | ||
| 267 | tcf_unregister_action(&act_sample_ops, &sample_net_ops); | 268 | tcf_unregister_action(&act_sample_ops, &sample_net_ops); |
| 268 | } | 269 | } |
| 269 | 270 | ||
