diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 22:52:13 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 22:52:13 -0400 |
commit | 4ca9c190d902caa7efb899a4c7fc8c6e6d926e95 (patch) | |
tree | 2c2cce67494a43c7cd35063435ac0d18a85dbe4d /fs/cifs/README | |
parent | 34210f33025a3256b9ac3f0a182f02f1879140cb (diff) |
[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTAL
was turned on).
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 5d9a953888d9..e7a3ce62d71b 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -296,6 +296,8 @@ A partial list of the supported mount options follows: | |||
296 | unused. | 296 | unused. |
297 | rsize default read size (usually 16K) | 297 | rsize default read size (usually 16K) |
298 | wsize default write size (usually 16K, 32K is often better over GigE) | 298 | wsize default write size (usually 16K, 32K is often better over GigE) |
299 | maximum wsize currently allowed by CIFS is 57344 (14 4096 byte | ||
300 | pages) | ||
299 | rw mount the network share read-write (note that the | 301 | rw mount the network share read-write (note that the |
300 | server may still consider the share read-only) | 302 | server may still consider the share read-only) |
301 | ro mount network share read-only | 303 | ro mount network share read-only |