commit | e57336ff7fc7520bec7b3a7741043bdebaf622ea | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Mon Jan 11 11:47:49 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Jan 15 15:34:39 2010 -0600 |
tree | 6a1196e925f2cb7fc2cd5b9ca5d9510166088be2 | |
parent | 8b26c5825e023b1bccac7afd174ebe55b8905cb1 [diff] |
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 <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>