Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / net / sched / cls_tcindex.c
index 944c8ff..403746b 100644 (file)
@@ -503,7 +503,6 @@ static bool tcindex_destroy(struct tcf_proto *tp, bool force)
        walker.fn = tcindex_destroy_element;
        tcindex_walk(tp, &walker);
 
-       RCU_INIT_POINTER(tp->root, NULL);
        call_rcu(&p->rcu, __tcindex_destroy);
        return true;
 }