gfs2: Rename gfs2_lookup_{ simple => meta }
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Jul 2023 20:23:43 +0000 (22:23 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 6 Nov 2023 00:51:26 +0000 (01:51 +0100)
commit062fb903895a035ed382a0d3f9b9d459b2718217
treeeb10fafe0bf7a1c372d849a91fbabb8230f70e20
parentbe7f6a6b0bca708999eef4f8e9f2b128c73b9e17
gfs2: Rename gfs2_lookup_{ simple => meta }

Function gfs2_lookup_simple() is used for looking up inodes in the
metadata directory tree, so rename it to gfs2_lookup_meta() to closer
match its purpose.  Clean the function up a little on the way.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/ops_fstype.c