commit | 80f6c29d8a758650d5c9eac05074b4b3e8c266df | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 18 05:29:11 2010 -0400 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Sep 10 12:35:38 2010 +0200 |
tree | a08a3c49536e382a8f3e473c98d08613a0ac82fa | |
parent | 2cf6d26a354ab6362e301b5a323832b02867df47 [diff] |
xfs: replace barriers with explicit flush / FUA usage Switch to the WRITE_FLUSH_FUA flag for log writes and remove the EOPNOTSUPP detection for barriers. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>