diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /fs/cifs/README | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 2d5622f60e1..c5c2c5e5f0f 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -480,7 +480,7 @@ A partial list of the supported mount options follows: | |||
480 | Unicode on the wire. | 480 | Unicode on the wire. |
481 | nomapchars Do not translate any of these seven characters (default). | 481 | nomapchars Do not translate any of these seven characters (default). |
482 | nocase Request case insensitive path name matching (case | 482 | nocase Request case insensitive path name matching (case |
483 | sensitive is the default if the server supports it). | 483 | sensitive is the default if the server suports it). |
484 | (mount option "ignorecase" is identical to "nocase") | 484 | (mount option "ignorecase" is identical to "nocase") |
485 | posixpaths If CIFS Unix extensions are supported, attempt to | 485 | posixpaths If CIFS Unix extensions are supported, attempt to |
486 | negotiate posix path name support which allows certain | 486 | negotiate posix path name support which allows certain |
@@ -608,6 +608,11 @@ Stats Lists summary resource usage information as well as per | |||
608 | in the kernel configuration. | 608 | in the kernel configuration. |
609 | 609 | ||
610 | Configuration pseudo-files: | 610 | Configuration pseudo-files: |
611 | MultiuserMount If set to one, more than one CIFS session to | ||
612 | the same server ip address can be established | ||
613 | if more than one uid accesses the same mount | ||
614 | point and if the uids user/password mapping | ||
615 | information is available. (default is 0) | ||
611 | PacketSigningEnabled If set to one, cifs packet signing is enabled | 616 | PacketSigningEnabled If set to one, cifs packet signing is enabled |
612 | and will be used if the server requires | 617 | and will be used if the server requires |
613 | it. If set to two, cifs packet signing is | 618 | it. If set to two, cifs packet signing is |
@@ -740,14 +745,4 @@ installed and something like the following lines should be added to the | |||
740 | create cifs.spnego * * /usr/local/sbin/cifs.upcall %k | 745 | create cifs.spnego * * /usr/local/sbin/cifs.upcall %k |
741 | create dns_resolver * * /usr/local/sbin/cifs.upcall %k | 746 | create dns_resolver * * /usr/local/sbin/cifs.upcall %k |
742 | 747 | ||
743 | CIFS kernel module parameters | ||
744 | ============================= | ||
745 | These module parameters can be specified or modified either during the time of | ||
746 | module loading or during the runtime by using the interface | ||
747 | /proc/module/cifs/parameters/<param> | ||
748 | |||
749 | i.e. echo "value" > /sys/module/cifs/parameters/<param> | ||
750 | |||
751 | 1. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default. | ||
752 | [Y/y/1]. To disable use any of [N/n/0]. | ||
753 | 748 | ||