aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ext2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/ext2.txt')
-rw-r--r--Documentation/filesystems/ext2.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
index 67639f905f10..b9714569e472 100644
--- a/Documentation/filesystems/ext2.txt
+++ b/Documentation/filesystems/ext2.txt
@@ -20,6 +20,9 @@ minixdf Makes `df' act like Minix.
20check=none, nocheck (*) Don't do extra checking of bitmaps on mount 20check=none, nocheck (*) Don't do extra checking of bitmaps on mount
21 (check=normal and check=strict options removed) 21 (check=normal and check=strict options removed)
22 22
23dax Use direct access (no page cache). See
24 Documentation/filesystems/dax.txt.
25
23debug Extra debugging information is sent to the 26debug Extra debugging information is sent to the
24 kernel syslog. Useful for developers. 27 kernel syslog. Useful for developers.
25 28
@@ -56,8 +59,6 @@ noacl Don't support POSIX ACLs.
56 59
57nobh Do not attach buffer_heads to file pagecache. 60nobh Do not attach buffer_heads to file pagecache.
58 61
59xip Use execute in place (no caching) if possible
60
61grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2. 62grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2.
62 63
63 64