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 5a3187049dd7..e8e48b690cef 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -680,7 +680,7 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh, | |||
680 | else | 680 | else |
681 | goto out; /* Nothing to do */ | 681 | goto out; /* Nothing to do */ |
682 | 682 | ||
683 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, 0); | 683 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE); |
684 | 684 | ||
685 | for (x = 0; x < rlist.rl_rgrps; x++) { | 685 | for (x = 0; x < rlist.rl_rgrps; x++) { |
686 | struct gfs2_rgrpd *rgd; | 686 | struct gfs2_rgrpd *rgd; |