diff options
| author | Steve French <sfrench@us.ibm.com> | 2007-05-05 22:08:06 +0000 | 
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2007-05-05 22:08:06 +0000 | 
| commit | 0ec54aa8af5e6faa346aa55a1ad15ee6c25bb42d (patch) | |
| tree | 5b7f295b98b2e8b15ed6968cc5a13e9e93c7576f | |
| parent | 8426c39c1289765a11fc9b9523212ed368ceebd8 (diff) | |
[CIFS] Fix typo in cifs readme from previous commit
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -rw-r--r-- | fs/cifs/README | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fs/cifs/README b/fs/cifs/README index 80fcfb82eafd..4d01697722cc 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -533,8 +533,8 @@ cifsFYI			If set to non-zero value, additional debug information  			log cifs informational messages			0x01  			log return codes from cifs entry points		0x02 -			log slow responses (ie which take longer than one second) -			  CONFIG_CIFS_STATS2 must be enabled in .config	0x03 +			log slow responses (ie which take longer than 1 second) +			  CONFIG_CIFS_STATS2 must be enabled in .config	0x04  traceSMB		If set to one, debug information is logged to the | 
