]> 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)
commit46bf2a52860c3f6da6b41fe8bd7fbf7b423c349c
treec9cdd9c5ee1aeed959cf37f86111f0bc44b6776d
parent074eaed34ad24a6bb16644a878d2d83fa1f7ab60
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