commit | f1e4d518c3beddf67f7722f3548eda0ec7006204 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 18 05:29:13 2010 -0400 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Sep 10 12:35:39 2010 +0200 |
tree | eafc3939ae2941ce8c543383a2e7cf569076e362 | |
parent | c3b9a62c8f932f32a733d6b628f61f3f28345727 [diff] |
gfs2: replace barriers with explicit flush / FUA usage Switch to the WRITE_FLUSH_FUA flag for log writes, remove the EOPNOTSUPP detection for barriers and stop setting the barrier flag for discards. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Steven Whitehouse <swhiteho@redhat.com> Acked-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>