diff options
author | Joseph Qi <joseph.qi@huawei.com> | 2016-02-02 16:57:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-02-03 08:28:43 -0800 |
commit | a4a1dfa4bb8b1d76d1ed464432ed95bb5956408f (patch) | |
tree | 549f3f9512323ef101bda671f9f09056e6095927 /kernel/irq/pm.c | |
parent | 72676bb53f33fd0ef3a1484fc1ecfd306dc6ff40 (diff) | |
download | op-kernel-dev-a4a1dfa4bb8b1d76d1ed464432ed95bb5956408f.zip op-kernel-dev-a4a1dfa4bb8b1d76d1ed464432ed95bb5956408f.tar.gz |
ocfs2/cluster: fix memory leak in o2hb_region_release
o2hb_region_release currently doesn't free o2hb_debug_buf
hr_db_elapsed_time and hr_db_pinned malloced in o2hb_debug_create. Also
we should call debugfs_remove before freeing its data, to prevent the risk
accessing debugfs rightly after its data has been freed.
Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Reviewed-by: Jiufei Xue <xuejiufei@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/irq/pm.c')
0 files changed, 0 insertions, 0 deletions