summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2018-02-22 14:33:04 +0100
committerJan Kara <jack@suse.cz>2018-02-27 10:25:33 +0100
commitf0c4a81711cb773b60cb8f90173e6491e67bf74f (patch)
treecf23611f2dab1dfbd3e03803c162d9048c1f0768 /Documentation/filesystems
parent6ccd5194a0f42b0f01a3f9d0c6de536940d04bad (diff)
udf: Remove never implemented mount options
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/udf.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/filesystems/udf.txt b/Documentation/filesystems/udf.txt
index cf30bdcdcc4f..e2f2faf32f18 100644
--- a/Documentation/filesystems/udf.txt
+++ b/Documentation/filesystems/udf.txt
@@ -53,16 +53,8 @@ The following expect a offset from 0.
session= Set the CDROM session (default= last session)
anchor= Override standard anchor location. (default= 256)
- volume= Override the VolumeDesc location. (unused)
- partition= Override the PartitionDesc location. (unused)
lastblock= Set the last block of the filesystem/
-The following expect a offset from the partition root.
-
- fileset= Override the fileset block location. (unused)
- rootdir= Override the root directory location. (unused)
- WARNING: overriding the rootdir to a non-directory may
- yield highly unpredictable results.
-------------------------------------------------------------------------------