commit | 1578e7512f19704feb0f41e32a5f29708aa7f513 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Mon Nov 28 02:30:35 2022 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue Jun 13 14:44:07 2023 +0200 |
tree | cbe15c1663018e8ae438ea1f7e34ebf27bbfcbcf | |
parent | 7eaa377b8d0aae510c6caba2ca28a1e89197bfe3 [diff] |
gfs2: gfs2_freeze_lock_shared cleanup All the remaining users of gfs2_freeze_lock_shared() set freeze_gh to &sdp->sd_freeze_gh and flags to 0, so remove those two parameters. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>