commit | 06342cf8adb23464deae0f58f8bcb87818a3bee6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Oct 30 09:09:15 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Dec 11 15:11:20 2009 -0600 |
tree | 5e137892c622fd66216f7b7c3454d3f5e9ffccd1 | |
parent | 033da48fda9d56e28b3fe3ef87ef6fd43290f554 [diff] |
xfs: use WRITE_SYNC_PLUG for synchronous writeout The VM and I/O schedulers now expect us to use WRITE_SYNC_PLUG for synchronous writeout. Right now I can't see any changes in performance numbers with this, but we're getting some beating for not using it, and the knowledge definitely could help the block code to make better decisions. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Signed-off-by: Alex Elder <aelder@sgi.com>