diff options
Diffstat (limited to 'fs/gfs2/dir.c')
-rw-r--r-- | fs/gfs2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c index c34709512b1..78c236fb34e 100644 --- a/fs/gfs2/dir.c +++ b/fs/gfs2/dir.c | |||
@@ -1894,7 +1894,7 @@ static int leaf_dealloc(struct gfs2_inode *dip, u32 index, u32 len, | |||
1894 | l_blocks++; | 1894 | l_blocks++; |
1895 | } | 1895 | } |
1896 | 1896 | ||
1897 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, 0); | 1897 | gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE); |
1898 | 1898 | ||
1899 | for (x = 0; x < rlist.rl_rgrps; x++) { | 1899 | for (x = 0; x < rlist.rl_rgrps; x++) { |
1900 | struct gfs2_rgrpd *rgd; | 1900 | struct gfs2_rgrpd *rgd; |