[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 1 Feb 2008 10:34:15 +0000 (10:34 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:40:39 +0000 (10:40 +0100)
commitac576cc5bed0dd7759e2b196468c7df93d6aeeee
treedc3a36d5a3d8042f041ffe1381accb8af7dc5725
parentce276b06e8b81845926387e93f77bf81e14b5cc2
[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields

We don't need to keep track of when we last allocated data
and metadata separately since the only thing thats important
when searching for a free block is whether its free or not,
which is independent from what type of block it is.

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