Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / net / sched / cls_flow.c
index fbfec6a..d7ba2b4 100644 (file)
@@ -583,7 +583,6 @@ static bool flow_destroy(struct tcf_proto *tp, bool force)
                list_del_rcu(&f->list);
                call_rcu(&f->rcu, flow_destroy_filter);
        }
-       RCU_INIT_POINTER(tp->root, NULL);
        kfree_rcu(head, rcu);
        return true;
 }