diff options
Diffstat (limited to 'fs/gfs2/resize.c')
-rw-r--r-- | fs/gfs2/resize.c | 2 |
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, | |||
255 | if (error) | 255 | if (error) |
256 | goto out_trans; | 256 | goto out_trans; |
257 | ip->i_di.di_flags |= GFS2_DIF_SYSTEM; | 257 | ip->i_di.di_flags |= GFS2_DIF_SYSTEM; |
258 | gfs2_trans_add_bh(ip->i_gl, dibh); | 258 | gfs2_trans_add_bh(ip->i_gl, dibh, 1); |
259 | gfs2_dinode_out(&ip->i_di, dibh->b_data); | 259 | gfs2_dinode_out(&ip->i_di, dibh->b_data); |
260 | brelse(dibh); | 260 | brelse(dibh); |
261 | 261 | ||