]> err.no Git - linux-2.6/blobdiff - fs/gfs2/bmap.c
[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
[linux-2.6] / fs / gfs2 / bmap.c
index 5a3187049dd7d8ca9383a79ffc42e4366bb0644f..e8e48b690cef5a7cdeb50dba204af5fca06be85f 100644 (file)
@@ -680,7 +680,7 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh,
        else
                goto out; /* Nothing to do */
 
-       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;