diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
| -rw-r--r-- | fs/gfs2/bmap.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 74add2ddcc3..e65493a8ac0 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c @@ -780,6 +780,8 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh,  	metadata = (height != ip->i_height - 1);  	if (metadata)  		revokes = (height) ? sdp->sd_inptrs : sdp->sd_diptrs; +	else if (ip->i_depth) +		revokes = sdp->sd_inptrs;  	if (ip != GFS2_I(sdp->sd_rindex))  		error = gfs2_rindex_hold(sdp, &ip->i_alloc->al_ri_gh);  |