]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83a2132ea18948794110a91d9f471858fdf6f074
tree3ae5ea19703b8c1fcec7a53644b9d0527ebff019
parent097d6185aa84c565cdd65c7d2d449de0264c91dd
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