]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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:28:27 +0000 (11:28 +0100)
commit62b11a34a98cc91b1ec4d534b1df80ad8f333bb9
tree01d8a37ab06252b967865f303b278c462277de44
parentf06de1bb6d61f0c18b0213bbc6298960037f9d42
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