commit | 4524451ef7e88c64a868a8f5a0b49bda73beb2a3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 18 05:29:16 2010 -0400 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Sep 10 12:35:39 2010 +0200 |
tree | e9bf7e18153216f0a0366d5ae99d0f2cf96d6554 | |
parent | f8c131f5b6ffc899a70b30e541f367d47f89691c [diff] |
jbd: replace barriers with explicit flush / FUA usage Switch to the WRITE_FLUSH_FUA flag for journal commits and remove the EOPNOTSUPP detection for barriers. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>