]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 30 Nov 2021 09:06:11 +0000 (10:06 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sat, 4 Dec 2021 19:02:26 +0000 (20:02 +0100)
commit063b10c37ec39fbef026ae8c87f86054033b5952
treeb3a5593b8e535833e9e61c16ca65c9d2b51acce4
parent84a3128caf13a826a61ecf541406b00c32732a4d
gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED

If the GLF_INSTANTIATE_NEEDED flag isn't set, gfs2_instantiate() is a
no-op.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/super.c