]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: fix possible reference leak in gfs2_check_blk_type
authorZhang Qilong <zhangqilong3@huawei.com>
Sun, 8 Nov 2020 09:27:41 +0000 (17:27 +0800)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 12 Nov 2020 12:09:07 +0000 (13:09 +0100)
commit9c15a7e979ea0097f8b790cd401182e4d97018a9
treec6bdf9b3317fc1a9cc48dbf53303232896ca1290
parent1a1a5d6cd1062ccc15f5dedff6e1f10224f45f11
gfs2: fix possible reference leak in gfs2_check_blk_type

In the fail path of gfs2_check_blk_type, forgetting to call
gfs2_glock_dq_uninit will result in rgd_gh reference leak.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/rgrp.c