]> git.karo-electronics.de Git - mv-sheeva.git/commit
jbd: replace barriers with explicit flush / FUA usage
authorChristoph Hellwig <hch@infradead.org>
Wed, 18 Aug 2010 09:29:16 +0000 (05:29 -0400)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 10 Sep 2010 10:35:39 +0000 (12:35 +0200)
commit4524451ef7e88c64a868a8f5a0b49bda73beb2a3
treee9bf7e18153216f0a0366d5ae99d0f2cf96d6554
parentf8c131f5b6ffc899a70b30e541f367d47f89691c
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>
fs/jbd/commit.c