]> git.baikalelectronics.ru Git - kernel.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)
commit12db7985e95ba6f0b9a489f5cb1176373e348102
tree01d8a37ab06252b967865f303b278c462277de44
parentbff397c29bb547ce9ec2f202ccb5ec80e887b775
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