diff options
author | Kenneth D'souza <kdsouza@redhat.com> | 2019-10-09 11:31:51 +0530 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-12-12 15:44:59 -0800 |
commit | f9085c443259aac91f0c74227bb346e5fc16d186 (patch) | |
tree | d3b61965ac2279401cb50fc1866e646f102dde9d | |
parent | 9f7dd4ecda0abb4536dcf0a885b4a4143356aec5 (diff) | |
download | cifs-utils-f9085c443259aac91f0c74227bb346e5fc16d186.tar.gz cifs-utils-f9085c443259aac91f0c74227bb346e5fc16d186.tar.bz2 cifs-utils-f9085c443259aac91f0c74227bb346e5fc16d186.zip |
mount.cifs.rst: remove prefixpath mount option.
This option is deprecated and currently ignored since
kernel v3.10
Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
-rw-r--r-- | mount.cifs.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index ee5086c..29e2f35 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -586,12 +586,6 @@ noposixpaths posixpaths Inverse of ``noposixpaths`` . -prefixpath=arg - It's possible to mount a subdirectory of a share. The preferred way to - do this is to append the path to the UNC when mounting. However, it's - also possible to do the same by setting this option and providing the - path there. - vers=arg SMB protocol version. Allowed values are: |