[GFS2] Make the new argument to gfs2_trans_add_bh() actually do something
[deliverable/linux.git] / fs / gfs2 / meta_io.h
index 5556df8cc6c9c40022a90e44fea1181ab92470c3..10fbf825c110a4b7a59f705f70ba99c41e856678 100644 (file)
@@ -64,7 +64,7 @@ int gfs2_meta_read(struct gfs2_glock *gl, uint64_t blkno,
                   int flags, struct buffer_head **bhp);
 int gfs2_meta_reread(struct gfs2_sbd *sdp, struct buffer_head *bh, int flags);
 
-void gfs2_meta_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh);
+void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, int meta);
 void gfs2_meta_pin(struct gfs2_sbd *sdp, struct buffer_head *bh);
 void gfs2_meta_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh,
                 struct gfs2_ail *ai);
This page took 0.036901 seconds and 5 git commands to generate.