gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 4 Dec 2022 15:50:41 +0000 (16:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:26:48 +0000 (11:26 +0100)
commit8eb2e58a92e08473fb44294c783377c9eba99cd7
tree851b0e5d587416769a19d0526c39fe5ae4054604
parente4991910f15013db72f6ec0db7038ea67a57052e
gfs2: Cosmetic gfs2_dinode_{in,out} cleanup

commit 7db354444ad8429e660b0f8145d425285d4f90ff upstream.

In each of the two functions, add an inode variable that points to
&ip->i_inode and use that throughout the rest of the function.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/gfs2/glops.c
fs/gfs2/super.c