commit | dc86cabe4b242446ea9aa8492c727e1220817898 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Sep 03 18:03:00 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Sep 03 18:46:23 2009 +0200 |
tree | eace3c21e20231d6f6359a223941efa419a82ea4 | |
parent | 6f4596d9312ba5fbf5f3231ef484823c4e684d2e [diff] |
perf_counter: Fix output-sharing error path We forget to release the fd in the PERF_FLAG_FD_OUTPUT error path. Reorganize the error flow here to be a clean fall-through logic. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>