Home
last modified time | relevance | path

Searched hist:fc0063c4474599b7a066ba76b90902abe21bc675 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_aops.cdiff fc0063c4474599b7a066ba76b90902abe21bc675 Tue Aug 23 10:28:11 CEST 2011 Christoph Hellwig <hch@infradead.org> xfs: reduce ioend latency

There is no reason to queue up ioends for processing in user context
unless we actually need it. Just complete ioends that do not convert
unwritten extents or need a size update from the end_io context.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>