diff options
author | Steve French <smfrench@gmail.com> | 2011-10-12 21:17:55 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2011-10-13 00:42:26 -0400 |
commit | 20c3a200c418ea1b02037800830ba8a7cdd1b275 (patch) | |
tree | 7b7cfeb92888066cc79201796ca675de2192dd12 /fs/cifs/README | |
parent | d02616869221517582dea7972c9b5063ac9a2ae7 (diff) |
Typo in cifs readme in name of module parm directory
Suresh had a typo in his recent patch adding information on
the new oplock_endabled parm. Should be documented as in
directory /sys/module/cifs/parameters not /proc/module/cifs/parameters
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 95b37a1d58f2..895da1dc1550 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -751,7 +751,7 @@ These module parameters can be specified or modified either during the time of | |||
751 | module loading or during the runtime by using the interface | 751 | module loading or during the runtime by using the interface |
752 | /proc/module/cifs/parameters/<param> | 752 | /proc/module/cifs/parameters/<param> |
753 | 753 | ||
754 | i.e. echo "value" > /proc/module/cifs/parameters/<param> | 754 | i.e. echo "value" > /sys/module/cifs/parameters/<param> |
755 | 755 | ||
756 | 1. echo_retries - The number of echo attempts before giving up and | 756 | 1. echo_retries - The number of echo attempts before giving up and |
757 | reconnecting to the server. The default is 5. The value 0 | 757 | reconnecting to the server. The default is 5. The value 0 |