aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorNeilBrown <[email protected]>2016-12-05 16:40:50 +1100
committerShaohua Li <[email protected]>2016-12-05 17:11:03 -0800
commite2342ca832726a840ca6bd196dd2cc073815b08a (patch)
tree580eb7ef4129964a221c3e802700cf259c0b8dce /tools/perf/scripts/python/check-perf-trace.py
parent3d7e7e1d9db048bc6c1503bca9c82193450fc476 (diff)
md: fix refcount problem on mddev when stopping array.
md_open() gets a counted reference on an mddev using mddev_find(). If it ends up returning an error, it must drop this reference. There are two error paths where the reference is not dropped. One only happens if the process is signalled and an awkward time, which is quite unlikely. The other was introduced recently in commit af8d8e6f0. Change the code to ensure the drop the reference when returning an error, and make it harded to re-introduce this sort of bug in the future. Reported-by: Marc Smith <[email protected]> Fixes: af8d8e6f0315 ("md: changes for MD_STILL_CLOSED flag") Signed-off-by: NeilBrown <[email protected]> Acked-by: Guoqing Jiang <[email protected]> Signed-off-by: Shaohua Li <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions