]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73b8e14dd146c7e93077b73b837e0a3153157b25
treec9cdd9c5ee1aeed959cf37f86111f0bc44b6776d
parent387314672d9abcdc94b132bb297d30e082ef7583
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