diff options
| author | Tiger Yang <tiger.yang@oracle.com> | 2006-12-04 21:09:17 -0500 |
|---|---|---|
| committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-07 20:48:41 -0500 |
| commit | bcd5625bffe103efa7413bb6432fc871074a19c2 (patch) | |
| tree | 647543c07d59edb5b6f9cf86553eceb68bb09799 | |
| parent | c271c5c22b0a7ca45fda15f1f4d258bca36a5b94 (diff) | |
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.txt | 3 |
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. | |||
| 54 | intr (*) Allow signals to interrupt cluster operations. | 54 | intr (*) Allow signals to interrupt cluster operations. |
| 55 | nointr Do not allow signals to interrupt cluster | 55 | nointr Do not allow signals to interrupt cluster |
| 56 | operations. | 56 | operations. |
| 57 | atime_quantum=60(*) OCFS2 will not update atime unless this number | ||
| 58 | of seconds has passed since the last update. | ||
| 59 | Set to zero to always update atime. | ||
