summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Yang2006-12-05 03:09:17 +0100
committerMark Fasheh2006-12-08 02:48:41 +0100
commitbcd5625bffe103efa7413bb6432fc871074a19c2 (patch)
tree647543c07d59edb5b6f9cf86553eceb68bb09799
parentocfs2: local mounts (diff)
downloadkernel-qcow2-linux-bcd5625bffe103efa7413bb6432fc871074a19c2.tar.gz
kernel-qcow2-linux-bcd5625bffe103efa7413bb6432fc871074a19c2.tar.xz
kernel-qcow2-linux-bcd5625bffe103efa7413bb6432fc871074a19c2.zip
ocfs2: update mount option documentation
We forgot to document the atime_quantum mount option in ocfs2.txt. This adds a proper description of how it works. Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
-rw-r--r--Documentation/filesystems/ocfs2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/ocfs2.txt b/Documentation/filesystems/ocfs2.txt
index af6defd10cb6..8ccf0c1b58ed 100644
--- a/Documentation/filesystems/ocfs2.txt
+++ b/Documentation/filesystems/ocfs2.txt
@@ -54,3 +54,6 @@ errors=panic Panic and halt the machine if an error occurs.
intr (*) Allow signals to interrupt cluster operations.
nointr Do not allow signals to interrupt cluster
operations.
+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.