From: Christoph Hellwig Date: Wed, 18 Aug 2010 09:29:15 +0000 (-0400) Subject: nilfs2: replace barriers with explicit flush / FUA usage X-Git-Tag: v2.6.37-rc1~166^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c131f5b6ffc899a70b30e541f367d47f89691c;p=pandora-kernel.git nilfs2: 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. tj: nilfs is now fixed to wait for discard completion. Updated this patch accordingly and dropped warning about it. Signed-off-by: Christoph Hellwig Acked-by: Ryusuke Konishi Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed