summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJan Kara2008-02-08 13:21:09 +0100
committerLinus Torvalds2008-02-08 18:22:38 +0100
commit9b7880e7bb30e641037550888b5c22d94c77f254 (patch)
tree4e2ef4fa7a5fc63059fcd928a300169e41aa207c /Documentation/filesystems
parentworkqueue: make delayed_work_timer_fn() static (diff)
downloadkernel-qcow2-linux-9b7880e7bb30e641037550888b5c22d94c77f254.tar.gz
kernel-qcow2-linux-9b7880e7bb30e641037550888b5c22d94c77f254.tar.xz
kernel-qcow2-linux-9b7880e7bb30e641037550888b5c22d94c77f254.zip
isofs: implement dmode option
Implement dmode option for iso9660 filesystem to allow setting of access rights for directories on the filesystem. Signed-off-by: Jan Kara <jack@suse.cz> Cc: "Ilya N. Golubev" <gin@mo.msk.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/isofs.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/isofs.txt b/Documentation/filesystems/isofs.txt
index 758e50401c16..6973b980ca2a 100644
--- a/Documentation/filesystems/isofs.txt
+++ b/Documentation/filesystems/isofs.txt
@@ -24,6 +24,7 @@ Mount options unique to the isofs filesystem.
map=normal Map non-Rock Ridge filenames to lower case
map=acorn As map=normal but also apply Acorn extensions if present
mode=xxx Sets the permissions on files to xxx
+ dmode=xxx Sets the permissions on directories to xxx
nojoliet Ignore Joliet extensions if they are present.
norock Ignore Rock Ridge extensions if they are present.
hide Completely strip hidden files from the file system.