gfs2: change go_lock to go_instantiate
authorBob Peterson <rpeterso@redhat.com>
Wed, 29 Sep 2021 20:06:21 +0000 (15:06 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 25 Oct 2021 06:42:18 +0000 (08:42 +0200)
commit3278b977c9c4c51a4e5e04fb40a991fb28edc2b7
treec9cdd9c5ee1aeed959cf37f86111f0bc44b6776d
parenta739765cd8e69560d61d512e6847f6e24f8aea99
gfs2: change go_lock to go_instantiate

Before this patch, the go_lock glock operations (glops) did not do
any actual locking. They were used to instantiate objects, like reading
in dinodes and rgrps from the media.

This patch renames the functions to go_instantiate for clarity.

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