commit | 9c35575bbe6b1dd4914a5323c8df8b3159edcc75 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 18 05:29:17 2010 -0400 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Sep 10 12:35:39 2010 +0200 |
tree | 537c521af9d3cfcd1d9031cad99ac349b586fc03 | |
parent | f73bee49855fe968e87af18e44f2d17e1e675e74 [diff] |
jbd2: 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>