summaryrefslogtreecommitdiff
path: root/fs/gfs2/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/resize.c')
-rw-r--r--fs/gfs2/resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/resize.c b/fs/gfs2/resize.c
index 67d26b99a73c..a53096682500 100644
--- a/fs/gfs2/resize.c
+++ b/fs/gfs2/resize.c
@@ -255,7 +255,7 @@ int gfs2_rename2system(struct gfs2_inode *ip,
if (error)
goto out_trans;
ip->i_di.di_flags |= GFS2_DIF_SYSTEM;
- gfs2_trans_add_bh(ip->i_gl, dibh);
+ gfs2_trans_add_bh(ip->i_gl, dibh, 1);
gfs2_dinode_out(&ip->i_di, dibh->b_data);
brelse(dibh);