aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorZefan Li <[email protected]>2014-09-18 17:28:46 +0800
committerTejun Heo <[email protected]>2014-09-18 12:32:52 -0400
commiteb4aec84d6bdf98d00cedb41c18000f7a31e648a (patch)
treefa9d81be8ec27c49e3424fc4b2e30f41c2add9a5 /net/lapb/lapb_subr.c
parentaa32362f011c6e863132b16c1761487166a4bad2 (diff)
cgroup: fix unbalanced locking
cgroup_pidlist_start() holds cgrp->pidlist_mutex and then calls pidlist_array_load(), and cgroup_pidlist_stop() releases the mutex. It is wrong that we release the mutex in the failure path in pidlist_array_load(), because cgroup_pidlist_stop() will be called no matter if cgroup_pidlist_start() returns errno or not. Fixes: 4bac00d16a8760eae7205e41d2c246477d42a210 Cc: <[email protected]> # 3.14+ Signed-off-by: Zefan Li <[email protected]> Signed-off-by: Tejun Heo <[email protected]> Acked-by: Cong Wang <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions