[GFS2] Make the new argument to gfs2_trans_add_bh() actually do something
Passes the flag through to ensure that the correct log operations are invoked when the flag is set. Signed-off-by: Steven Whitehouse: <swhiteho@redhat.com>
This commit is contained in:
@ -151,7 +151,7 @@ void gfs2_trans_add_bh(struct gfs2_glock *gl, struct buffer_head *bh, int meta)
|
||||
if (bd)
|
||||
gfs2_assert(sdp, bd->bd_gl == gl);
|
||||
else {
|
||||
gfs2_meta_attach_bufdata(gl, bh);
|
||||
gfs2_attach_bufdata(gl, bh, meta);
|
||||
bd = get_v2bd(bh);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user