gfs2: gfs2_freeze_unlock cleanup
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 7 Apr 2024 10:55:44 +0000 (12:55 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 29 Apr 2024 10:35:15 +0000 (12:35 +0200)
commitfcd63086bc14b1689866d7b0c61958f6b7e48604
treefd790d5034bfd7066f83da8471b13f3793567b04
parent1e86044402c45b70a9b31beeaefb5cc732a7470c
gfs2: gfs2_freeze_unlock cleanup

Function gfs2_freeze_unlock() is always called with &sdp->sd_freeze_gh
as its argument, so clean up the code by passing in sdp instead.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/ops_fstype.c
fs/gfs2/super.c
fs/gfs2/util.c
fs/gfs2/util.h