commit | fc0063c4474599b7a066ba76b90902abe21bc675 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Aug 23 08:28:11 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:00 2011 -0500 |
tree | 9b402cb8337cbfb231627494e85fda32256fad19 | |
parent | c859cdd1da008b3825555be3242908088a3de366 [diff] |
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>