From: Dave Chinner Date: Mon, 11 Jan 2010 11:47:49 +0000 (+0000) Subject: xfs: embed the pagb_list array in the perag structure X-Git-Tag: v2.6.34-rc1~278^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57336ff7fc7520bec7b3a7741043bdebaf622ea;p=pandora-kernel.git xfs: embed the pagb_list array in the perag structure Now that the perag structure is allocated memory rather than held in an array, we don't need to have the busy extent array external to the structure. Embed it into the perag structure to avoid needing an extra allocation when setting up. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed