gfs2: Fix error handling in init_statfs
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 28 Jun 2021 11:14:50 +0000 (19:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:55:38 +0000 (16:55 +0200)
commitf794c839dff19ae28265954f5ed1897301a210b9
tree446aa4fc0716a55e3cb411b94ac203153f645f9a
parent3ae1c663bdeb4cb82c557478358527ddacd516d8
gfs2: Fix error handling in init_statfs

commit 5d49d3508b3c67201bd3e1bf7f4ef049111b7051 upstream.

On an error path, init_statfs calls iput(pn) after pn has already been put.
Fix that by setting pn to NULL after the initial iput.

Fixes: 97fd734ba17e ("gfs2: lookup local statfs inodes prior to journal recovery")
Cc: stable@vger.kernel.org # v5.10+
Reported-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/gfs2/ops_fstype.c