[Ocfs2-commits] mfasheh commits r2639 - branches/locking-changes
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Oct 5 17:38:23 CDT 2005
Author: mfasheh
Date: 2005-10-05 17:38:22 -0500 (Wed, 05 Oct 2005)
New Revision: 2639
Modified:
branches/locking-changes/README
Log:
* document the data= mount flags
Modified: branches/locking-changes/README
===================================================================
--- branches/locking-changes/README 2005-10-05 20:56:05 UTC (rev 2638)
+++ branches/locking-changes/README 2005-10-05 22:38:22 UTC (rev 2639)
@@ -50,3 +50,9 @@
barrier=1 enables it.
errors=remount-ro(*) Remount the filesystem read-only on an error.
errors=panic Panic and halt the machine if an error occurs.
+data=ordered (*) All data are forced directly out to the main file
+ system prior to its metadata being committed to
+ the journal.
+data=writeback Data ordering is not preserved, data may be
+ written into the main file system after its
+ metadata has been committed to the journal.
More information about the Ocfs2-commits
mailing list