gfs2: Get rid of ghs[] in gfs2_create_inode
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 4 Nov 2022 12:26:46 +0000 (13:26 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 2 Dec 2022 14:58:00 +0000 (15:58 +0100)
commit761fdbbce96fb3d0569f50a77b1214dbc4b17c44
tree45cb5f50ca7197dcffbe8f029a1838ec3b0fab6d
parent35c23fba4eb4b3043b42acbdd3fbabdd8824f56f
gfs2: Get rid of ghs[] in gfs2_create_inode

In gfs2_create_inode, get rid of the ghs array in favor of two separate
variables.  This makes the code much less irritating.

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