X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fgfs2%2Ftrans.c;h=73e5d92a657ca4aa119afb3658814d648ac4486a;hb=197cd65accc6a274dabcd81f4811ba5d9a4856df;hp=717983e2c2ae3a6b262dd5e29c7a0abb29f1bc8a;hpb=821f3eff7cdb9d6c7076effabd46c96c322daed1;p=linux-2.6 diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c index 717983e2c2..73e5d92a65 100644 --- a/fs/gfs2/trans.c +++ b/fs/gfs2/trans.c @@ -114,11 +114,6 @@ void gfs2_trans_end(struct gfs2_sbd *sdp) gfs2_log_flush(sdp, NULL); } -void gfs2_trans_add_gl(struct gfs2_glock *gl) -{ - lops_add(gl->gl_sbd, &gl->gl_le); -} - /** * gfs2_trans_add_bh - Add a to-be-modified buffer to the current transaction * @gl: the glock the buffer belongs to