[PATCH 3/3] XFS: Sort delayed write buffers before dispatch
Christoph Hellwig
hch at infradead.org
Mon Jan 4 09:43:31 CST 2010
On Sat, Jan 02, 2010 at 02:03:36PM +1100, Dave Chinner wrote:
> Ideally this should use a list sort rather than requiring an
> external buffer to sort the buffers in, but for simplicity
> just do it via sort function. Followup patches are needed to
> take the list sort functions from the DRM and UBIFS code and
> make it a common function and to utilise it. That will allow
> sorting the entire delwri queue to be written in one go.
Maybe getting the common list sort in ASAP might be a good idea. That
way we could have it ready by the time this patchset is merged. If not
adding a new list sort to XFS temporarily might be a better idea than
artifically flattening the list.
More information about the xfs
mailing list