diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 19:52:13 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 19:52:13 -0700 |
commit | 4ca9c190d902caa7efb899a4c7fc8c6e6d926e95 (patch) | |
tree | 2c2cce67494a43c7cd35063435ac0d18a85dbe4d /fs/cifs/CHANGES | |
parent | 34210f33025a3256b9ac3f0a182f02f1879140cb (diff) | |
download | linux-4ca9c190d902caa7efb899a4c7fc8c6e6d926e95.tar.gz linux-4ca9c190d902caa7efb899a4c7fc8c6e6d926e95.tar.bz2 linux-4ca9c190d902caa7efb899a4c7fc8c6e6d926e95.zip |
[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/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 1c249a2abae3..b2a938378bef 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -8,7 +8,8 @@ allowing an SMBs TCP length to be up to a few bytes longer than it should be. wsize and rsize can now be larger than negotiated buffer size if server supports large readx/writex, even when directio mount flag not specified. Write size will in many cases now be 16K instead of 4K which greatly helps -file copy performance on lightly loaded networks. +file copy performance on lightly loaded networks. Fix oops in dnotify +when experimental config flag enabled. Version 1.37 ------------ |