]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf cgroup: Fix leak of file reference count
authorLi Zefan <lizf@cn.fujitsu.com>
Thu, 3 Mar 2011 06:25:37 +0000 (14:25 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 4 Mar 2011 10:32:50 +0000 (11:32 +0100)
commit3db272c0494900fcb905a201180a78cae3addd6e
treecc15a5c4004c26d847162353f752dad4d9dbb03e
parent940c5b2971de443df22eed0441bc74fb0116e9f5
perf cgroup: Fix leak of file reference count

In perf_cgroup_connect(), fput_light() is missing in a failure path.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <4D6F3461.6060406@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_event.c