Dave Chinner wrote:
> This is the previous set of patches all put together in the one series
> for the current xfs-dev tree.
>
> Patch 10 is a new patch - it embeds the busy extent list into the perag
> structure rather than leaving as a separate allocation.
All 10 patches look good. I am adding the following descriptions
to these patches which lacked them:
http://patchwork.xfs.org/patch/429/
[03/10] XFS: Convert filestreams code to use per-ag get/put routines
Description:
Use xfs_perag_get() and xfs_perag_put() in the filestreams code.
http://patchwork.xfs.org/patch/417/
[09/10] xfs: handle ENOMEM correctly during initialisation of perag structures
Description:
Add proper error handling in case an error occurs while initializing
new perag structures for a mount point. The mount structure is
restored to its previous state by deleting and freeing any perag
structures added during the call.
Reviewed-by: Alex Elder <aelder@xxxxxxx>
|