Skip to content

Commit

Permalink
Typo in cifs readme in name of module parm directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Oct 13, 2011
1 parent d026168 commit 20c3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/README
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ These module parameters can be specified or modified either during the time of
module loading or during the runtime by using the interface
/proc/module/cifs/parameters/<param>

i.e. echo "value" > /proc/module/cifs/parameters/<param>
i.e. echo "value" > /sys/module/cifs/parameters/<param>

1. echo_retries - The number of echo attempts before giving up and
reconnecting to the server. The default is 5. The value 0
Expand Down

0 comments on commit 20c3a20

Please sign in to comment.