commit | 641d2f63cfe24539e154efa2f932937934c27dde | [log] [tgz] |
---|---|---|
author | Vegard Nossum <vegard.nossum@gmail.com> | Tue Nov 18 19:22:13 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 18 21:37:15 2008 +0100 |
tree | fdd8dce64b14efecffb062480ad02bf2e57ac041 | |
parent | 5177dc3f2b3220b2dcfcf35eb9e6ec53ee818231 [diff] |
trace: introduce missing mutex_unlock() Impact: fix tracing buffer mutex leak in case of allocation failure This error was spotted by this semantic patch: http://www.emn.fr/x-info/coccinelle/mut.html It looks correct as far as I can tell. Please review. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>