diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 5e83657f046e..1dc9a13ce6bb 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -787,7 +787,7 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh, | |||
787 | goto out_rlist; | 787 | goto out_rlist; |
788 | 788 | ||
789 | if (gfs2_rs_active(ip->i_res)) /* needs to be done with the rgrp glock held */ | 789 | if (gfs2_rs_active(ip->i_res)) /* needs to be done with the rgrp glock held */ |
790 | gfs2_rs_deltree(ip, ip->i_res); | 790 | gfs2_rs_deltree(ip->i_res); |
791 | 791 | ||
792 | error = gfs2_trans_begin(sdp, rg_blocks + RES_DINODE + | 792 | error = gfs2_trans_begin(sdp, rg_blocks + RES_DINODE + |
793 | RES_INDIRECT + RES_STATFS + RES_QUOTA, | 793 | RES_INDIRECT + RES_STATFS + RES_QUOTA, |