]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9c169958d2103f3c8ae5c3ab5f76771b849c39c
tree5e137892c622fd66216f7b7c3454d3f5e9ffccd1
parent04f17e9677329dc4dba08861a675fdcf9e36e99a
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