Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[pandora-kernel.git] / Documentation / filesystems / ocfs2.txt
index 7618a28..28f8c08 100644 (file)
@@ -100,3 +100,7 @@ coherency=full  (*) Disallow concurrent O_DIRECT writes, cluster inode
 coherency=buffered     Allow concurrent O_DIRECT writes without EX lock among
                        nodes, which gains high performance at risk of getting
                        stale data on other nodes.
+journal_async_commit   Commit block can be written to disk without waiting
+                       for descriptor blocks. If enabled older kernels cannot
+                       mount the device. This will enable 'journal_checksum'
+                       internally.