gfs2: Eliminate GIF_INVALID flag
authorBob Peterson <rpeterso@redhat.com>
Tue, 5 Oct 2021 14:10:51 +0000 (09:10 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 25 Oct 2021 06:42:19 +0000 (08:42 +0200)
commitec1d398dd780d42f84d58acdc6cca599d4a12c16
tree3ae5ea19703b8c1fcec7a53644b9d0527ebff019
parentf2e70d8f2fdff0707b3f4de4ef87f93e4396320c
gfs2: Eliminate GIF_INVALID flag

With the addition of the new GLF_INSTANTIATE_NEEDED flag, the
GIF_INVALID flag is now redundant. This patch removes it.
Since inode_instantiate is only called when instantiation is needed,
the check in inode_instantiate is removed too.

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