[PATCH 25/55] libxfs: introduce xfs_trans_resv.c

Mark Tinguely tinguely at sgi.com
Thu Sep 5 16:45:22 CDT 2013


On 09/04/13 17:05, Dave Chinner wrote:
> From: Dave Chinner<dchinner at redhat.com>
>
> The log space reservation calculation code has been separated from
> the core transaction code in kernelspace. THi smeans we can add it
> here in preparation for removing xfs_trans.c to further reduce the
> differences between kernel and usrspace files.
>
> Signed-off-by: Dave Chinner<dchinner at redhat.com>
> ---


xfsprogs equivalent of the for 3.12 kernel patch 11/50.

This moves the transaction reservation value code from xfs_trans.[ch]
to a new files xfs_trans_resv.[ch]. At the end of this patch,
xfs_trans_resv.[ch] are the same as the kernel files. At this point,
that is all that matters.

Reviewed-by: Mark Tinguely <tinguely at sgi.com>



More information about the xfs mailing list