From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Marzinski Date: Wed, 19 Jun 2013 13:18:59 -0500 Subject: [Cluster-devel] [PATCH] GFS2: fix warning message In-Reply-To: <20130619180939.GP1913@ether.msp.redhat.com> References: <20130619180939.GP1913@ether.msp.redhat.com> Message-ID: <20130619181859.GQ1913@ether.msp.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch fixes a warning message introduced in the recent "GFS2: aggressively issue revokes in gfs2_log_flush" patch. Signed-off-by: Benjamin Marzinski --- fs/gfs2/trans.c | 1 - 1 file changed, 1 deletion(-) Index: gfs2-3.0-nmw-130611/fs/gfs2/trans.c =================================================================== --- gfs2-3.0-nmw-130611.orig/fs/gfs2/trans.c +++ gfs2-3.0-nmw-130611/fs/gfs2/trans.c @@ -270,7 +270,6 @@ void gfs2_trans_add_meta(struct gfs2_glo void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) { - struct gfs2_glock *gl = bd->bd_gl; struct gfs2_trans *tr = current->journal_info; BUG_ON(!list_empty(&bd->bd_list));