~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to Documentation/filesystems/ocfs2.txt

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
intr            (*)     Allow signals to interrupt cluster operations.
47
47
nointr                  Do not allow signals to interrupt cluster
48
48
                        operations.
 
49
noatime                 Do not update access time.
 
50
relatime(*)             Update atime if the previous atime is older than
 
51
                        mtime or ctime
 
52
strictatime             Always update atime, but the minimum update interval
 
53
                        is specified by atime_quantum.
49
54
atime_quantum=60(*)     OCFS2 will not update atime unless this number
50
55
                        of seconds has passed since the last update.
51
 
                        Set to zero to always update atime.
 
56
                        Set to zero to always update atime. This option need
 
57
                        work with strictatime.
52
58
data=ordered    (*)     All data are forced directly out to the main file
53
59
                        system prior to its metadata being committed to the
54
60
                        journal.