From: Christoph Hellwig Date: Wed, 18 Aug 2010 09:29:14 +0000 (-0400) Subject: reiserfs: replace barriers with explicit flush / FUA usage X-Git-Tag: v2.6.37-rc1~166^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd33ad23ec41d685902159be8b2c6552fab8bd0;p=pandora-kernel.git reiserfs: replace barriers with explicit flush / FUA usage Switch to the WRITE_FLUSH_FUA flag for log writes and remove the EOPNOTSUPP detection for barriers. Note that reiserfs had a fairly different code path for barriers before as it wa the only filesystem actually making use of them. The new code always uses the old non-barrier codepath and just sets the WRITE_FLUSH_FUA explicitly for the journal commits. Signed-off-by: Christoph Hellwig Acked-by: Jan Kara Acked-by: Chris Mason Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed