From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Wed, 19 Jun 2013 21:56:02 +0100 Subject: [Cluster-devel] [PATCH] GFS2: fix warning message In-Reply-To: <20130619181859.GQ1913@ether.msp.redhat.com> References: <20130619180939.GP1913@ether.msp.redhat.com> <20130619181859.GQ1913@ether.msp.redhat.com> Message-ID: <1371675362.2735.51.camel@menhir> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Now in the -nmw git tree. Thanks, Steve. On Wed, 2013-06-19 at 13:18 -0500, Benjamin Marzinski wrote: > 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));