From: Steven Whitehouse Date: Fri, 1 Feb 2008 10:34:15 +0000 (+0000) Subject: [GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields X-Git-Tag: v2.6.26-rc1~1144^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac576cc5bed0dd7759e2b196468c7df93d6aeeee;p=pandora-kernel.git [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 --- Reading git-diff-tree failed