diff options
author | Carsten Otte <cotte@freenet.de> | 2005-06-24 07:05:31 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 09:06:42 +0200 |
commit | d763b7a4736e219528f77bf6bc75dd78b1d75c03 (patch) | |
tree | 022b661841982e7b34ee5e6579df0c3d7989aa04 /Documentation/filesystems/ext2.txt | |
parent | [PATCH] xip: madvice/fadvice: execute in place (diff) | |
download | linux-d763b7a4736e219528f77bf6bc75dd78b1d75c03.tar.xz linux-d763b7a4736e219528f77bf6bc75dd78b1d75c03.zip |
[PATCH] xip: description
Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/filesystems/ext2.txt')
-rw-r--r-- | Documentation/filesystems/ext2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt index b5cb9110cc6b..d16334ec48ba 100644 --- a/Documentation/filesystems/ext2.txt +++ b/Documentation/filesystems/ext2.txt @@ -58,6 +58,8 @@ noacl Don't support POSIX ACLs. nobh Do not attach buffer_heads to file pagecache. +xip Use execute in place (no caching) if possible + grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2. |