[GFS2] Add an additional argument to gfs2_trans_add_bh()
[deliverable/linux.git] / fs / gfs2 / unlinked.c
index 4a993af58c1a12c9cb29731a6ad477d5e0e40a9c..b8d836e3a5c09145f544ca82a241e315bc681126 100644 (file)
@@ -47,7 +47,7 @@ static int munge_ondisk(struct gfs2_sbd *sdp, unsigned int slot,
        }
 
        down(&sdp->sd_unlinked_mutex);
-       gfs2_trans_add_bh(ip->i_gl, bh);
+       gfs2_trans_add_bh(ip->i_gl, bh, 1);
        gfs2_unlinked_tag_out(ut, bh->b_data +
                                  sizeof(struct gfs2_meta_header) +
                                  offset * sizeof(struct gfs2_unlinked_tag));
This page took 0.029108 seconds and 5 git commands to generate.