]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/gfs2/dir.c
[GFS2] Move part of gfs2_block_map into a separate function
[linux-2.6-omap-h63xx.git] / fs / gfs2 / dir.c
index c34709512b19053088b79bab935a8a93d2374ae4..78c236fb34ec05fc2b8816d8c316a712ac223097 100644 (file)
@@ -1894,7 +1894,7 @@ static int leaf_dealloc(struct gfs2_inode *dip, u32 index, u32 len,
                l_blocks++;
        }
 
-       gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, 0);
+       gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE);
 
        for (x = 0; x < rlist.rl_rgrps; x++) {
                struct gfs2_rgrpd *rgd;