qlcnic: enable LRO on IPv6 without dest ip check
[deliverable/linux.git] / kernel / cgroup.c
index 571264830a29a132e1c6cc876cd33fa5a9b7de55..4855892798fdfd6aeee695a4fc1d2a70b96662eb 100644 (file)
@@ -3408,7 +3408,7 @@ static struct cgroup_pidlist *cgroup_pidlist_find(struct cgroup *cgrp,
 {
        struct cgroup_pidlist *l;
        /* don't need task_nsproxy() if we're looking at ourself */
-       struct pid_namespace *ns = current->nsproxy->pid_ns;
+       struct pid_namespace *ns = task_active_pid_ns(current);
 
        /*
         * We can't drop the pidlist_mutex before taking the l->mutex in case
This page took 0.036576 seconds and 5 git commands to generate.