aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r--fs/gfs2/inode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 532784eb5ba4..92959d093adf 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -362,7 +362,8 @@ int gfs2_dinode_dealloc(struct gfs2_inode *ip)
362 if (error) 362 if (error)
363 goto out_rg_gunlock; 363 goto out_rg_gunlock;
364 364
365 gfs2_trans_add_gl(ip->i_gl); 365 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags);
366 set_bit(GLF_LFLUSH, &ip->i_gl->gl_flags);
366 367
367 gfs2_free_di(rgd, ip); 368 gfs2_free_di(rgd, ip);
368 369