This patch add mount option relatime and noatime
in ocfs2 document.

Signed-off-by: Tiger Yang <[email protected]>
---
 Documentation/filesystems/ocfs2.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/filesystems/ocfs2.txt 
b/Documentation/filesystems/ocfs2.txt
index c2a0871..f1b8276 100644
--- a/Documentation/filesystems/ocfs2.txt
+++ b/Documentation/filesystems/ocfs2.txt
@@ -48,6 +48,9 @@ nointr                        Do not allow signals to 
interrupt cluster
 atime_quantum=60(*)    OCFS2 will not update atime unless this number
                        of seconds has passed since the last update.
                        Set to zero to always update atime.
+relatime               Only update atime if previous atime is older than
+                       mtime or ctime.
+noatime                        Do not update atime.
 data=ordered   (*)     All data are forced directly out to the main file
                        system prior to its metadata being committed to the
                        journal.
-- 
1.5.4.1


_______________________________________________
Ocfs2-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to