X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Fcgroup.c;h=550e2050d778c5b398cc4c27ce53d33b763b1c1e;hb=1440db30c1ef3560ab8e23bec7f92dfd4a766813;hp=0c753ddd223bf9d543dfbb2d89915a08ab537f46;hpb=477cc48484ea0bfdee9e8319259b35a0ec03f332;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 0c753dd..550e205 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -3663,7 +3663,6 @@ static int pidlist_array_load(struct cgroup *cgrp, enum cgroup_filetype type, l = cgroup_pidlist_find_create(cgrp, type); if (!l) { - mutex_unlock(&cgrp->pidlist_mutex); pidlist_free(array); return -ENOMEM; }