gfs2: Eliminate ip->i_gh
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 25 Aug 2021 19:54:18 +0000 (21:54 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 20 Oct 2021 17:33:09 +0000 (19:33 +0200)
commit1b223f7065bc7d89c4677c27381817cc95b117a8
treefc7e357953f9c22dd8235a85b061c3e8107975ff
parentb924bdab7445946e2ed364a0e6e249d36f1f1158
gfs2: Eliminate ip->i_gh

Now that gfs2_file_buffered_write is the only remaining user of
ip->i_gh, we can move the glock holder to the stack (or rather, use the
one we already have on the stack); there is no need for keeping the
holder in the inode anymore.

This is slightly complicated by the fact that we're using ip->i_gh for
the statfs inode in gfs2_file_buffered_write as well.  Writing to the
statfs inode isn't very common, so allocate the statfs holder
dynamically when needed.

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