diff options
author | Benjamin Marzinski <bmarzins@redhat.com> | 2013-06-19 13:18:59 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2013-06-19 21:29:19 +0100 |
commit | 2b12eea656765b1392b55f0e5cae48be09ed9344 (patch) | |
tree | e8e505cf3e9db494cfacac57cd561808b7ccd326 /fs/gfs2 | |
parent | 5d054964f57ade1adb310313c3cfb8e93e804e8f (diff) | |
download | blackbird-obmc-linux-2b12eea656765b1392b55f0e5cae48be09ed9344.tar.gz blackbird-obmc-linux-2b12eea656765b1392b55f0e5cae48be09ed9344.zip |
GFS2: fix warning message
This patch fixes a warning message introduced in the recent
"GFS2: aggressively issue revokes in gfs2_log_flush" patch.
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/trans.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c index 0fa0dbaf04a2..2b20d7046bf3 100644 --- a/fs/gfs2/trans.c +++ b/fs/gfs2/trans.c @@ -270,7 +270,6 @@ void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) 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)); |