From f68effb308c738da35cb5e750bf49bb0bb569492 Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Fri, 19 Mar 2021 07:56:44 -0400 Subject: gfs2: Eliminate gh parameter from go_xmote_bh func The only glock that uses go_xmote_bh glops function is the freeze glock which uses freeze_go_xmote_bh. It does not use its gh parameter, so this patch eliminates the unneeded parameter. Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher --- fs/gfs2/glops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/gfs2/glops.c') diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 8e32d569c8bf..469a9306eee4 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c @@ -597,7 +597,7 @@ static int freeze_go_sync(struct gfs2_glock *gl) * */ -static int freeze_go_xmote_bh(struct gfs2_glock *gl, struct gfs2_holder *gh) +static int freeze_go_xmote_bh(struct gfs2_glock *gl) { struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; struct gfs2_inode *ip = GFS2_I(sdp->sd_jdesc->jd_inode); -- cgit v1.2.3