From: Zefan Li Date: Sat, 20 Sep 2014 06:35:43 +0000 (+0800) Subject: cgroup: fix missing unlock in cgroup_release_agent() X-Git-Tag: fixes-against-v3.18-rc2~135^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2cd91ab92665148616a80dc0745c499d2746a7;p=pandora-kernel.git cgroup: fix missing unlock in cgroup_release_agent() The patch 971ff4935538: "cgroup: use a per-cgroup work for release agent" from Sep 18, 2014, leads to the following static checker warning: kernel/cgroup.c:5310 cgroup_release_agent() warn: 'mutex:&cgroup_mutex' is sometimes locked here and sometimes unlocked. Reported-by: Dan Carpenter Signed-off-by: Zefan Li Signed-off-by: Tejun Heo --- Reading git-diff-tree failed