git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25eb52
)
cgroup: fix missing unlock in cgroup_release_agent()
author
Zefan Li
<lizefan@huawei.com>
Sat, 20 Sep 2014 06:35:43 +0000
(14:35 +0800)
committer
Tejun Heo
<tj@kernel.org>
Sat, 20 Sep 2014 16:23:35 +0000
(12:23 -0400)
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 <dan.carpenter@oracle.com>
Signed-off-by: Zefan Li <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c
patch
|
blob
|
history
diff --cc
kernel/cgroup.c
Simple merge