]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: remove redundant set of INSTANTIATE_NEEDED
authorBob Peterson <rpeterso@redhat.com>
Fri, 12 Nov 2021 19:52:06 +0000 (13:52 -0600)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sat, 4 Dec 2021 19:02:26 +0000 (20:02 +0100)
commit84a3128caf13a826a61ecf541406b00c32732a4d
tree778b280ee26c4a43c264f2bf7f6956705f873cc1
parent9b9e91a64c76078db2a7cc5eb0af66645b28330c
gfs2: remove redundant set of INSTANTIATE_NEEDED

Function rgrp_go_inval calls gfs2_rgrp_brelse to invalidate the
in-core rgrp structures. After the call it set GLF_INSTANTIATE_NEEDED,
which is redundant, since gfs2_rgrp_brelse also sets it.
This patch simply removes the redundant set_bit.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glops.c