diff options
Diffstat (limited to 'Documentation/filesystems/ocfs2.txt')
-rw-r--r-- | Documentation/filesystems/ocfs2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt index 7618a287aa41..28f8c08201e2 100644 --- a/Documentation/filesystems/ocfs2.txt +++ b/Documentation/filesystems/ocfs2.txt | |||
@@ -100,3 +100,7 @@ coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode | |||
100 | coherency=buffered Allow concurrent O_DIRECT writes without EX lock among | 100 | coherency=buffered Allow concurrent O_DIRECT writes without EX lock among |
101 | nodes, which gains high performance at risk of getting | 101 | nodes, which gains high performance at risk of getting |
102 | stale data on other nodes. | 102 | stale data on other nodes. |
103 | journal_async_commit Commit block can be written to disk without waiting | ||
104 | for descriptor blocks. If enabled older kernels cannot | ||
105 | mount the device. This will enable 'journal_checksum' | ||
106 | internally. | ||