[PATCH 16/25] xfs: move extent records into bmalloca structure
Alex Elder
aelder at sgi.com
Fri Sep 9 18:55:59 CDT 2011
On Wed, 2011-08-24 at 02:04 -0400, Christoph Hellwig wrote:
> Rather that putting extent records on the stack and then pointing to
> them in the bmalloca structure which is in the same stack frame, put
> the extent records directly in the bmalloca structure. This reduces
> the number of args that need to be passed around.
>
> Signed-off-by: Dave Chinner <dchinner at redhat.com>
Interesting that the only place that uses that
structure (defines an object of that type anyway)
is xfs_bmapi_write().
Looks good.
Reviewed-by: Alex Elder <aelder at sgi.com>
More information about the xfs
mailing list