xfs: use WRITE_SYNC_PLUG for synchronous writeout
authorChristoph Hellwig <hch@infradead.org>
Fri, 30 Oct 2009 09:09:15 +0000 (09:09 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 11 Dec 2009 21:11:20 +0000 (15:11 -0600)
commit06342cf8adb23464deae0f58f8bcb87818a3bee6
tree5e137892c622fd66216f7b7c3454d3f5e9ffccd1
parent033da48fda9d56e28b3fe3ef87ef6fd43290f554
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>
fs/xfs/linux-2.6/xfs_aops.c