[GFS2] Update gfs2_trans_add_unrevoke to accept extents
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 1 Feb 2008 13:16:55 +0000 (13:16 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:40:42 +0000 (10:40 +0100)
commit5731be53e3d82aedd06e02574f833a57b07a08d2
tree8877d9c51ac96a3455d8ac5e3148cd7af62d7c98
parentac576cc5bed0dd7759e2b196468c7df93d6aeeee
[GFS2] Update gfs2_trans_add_unrevoke to accept extents

By adding an extra argument to gfs2_trans_add_unrevoke we can now
specify an extent length of blocks to unrevoke. This means that
we only need to make one pass through the list for each extent
rather than each block. Currently the only extent length which
is used is 1, but that will change in the future.

Also gfs2_trans_add_unrevoke is removed from gfs2_alloc_meta
since its the only difference between this and gfs2_alloc_data
which is left. This will allow a future patch to merge these
two functions into one (i.e. one call to allocate both data
and metadata in a single extent in the future).

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/rgrp.c
fs/gfs2/trans.c
fs/gfs2/trans.h