diff options
author | Steve French <sfrench@us.ibm.com> | 2009-07-30 02:26:14 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-07-30 02:26:14 +0000 |
commit | 5bd9052d79daa4c8beb45436c408b6de672adb82 (patch) | |
tree | de976b18a0bbea6c48801a88aec56d618c4f78dc /fs/cifs | |
parent | 7b91e2661addd8e2419cb45f6a322aa5dab9bcee (diff) |
[CIFS] Updates fs/cifs/CHANGES
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 92888aa9074..651cefde385 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,9 @@ +Version 1.60 +------------- +Fix memory leak in reconnect. Fix oops in DFS mount error path. +Set s_maxbytes to smaller (the max that vfs can handle) so that +sendfile will now work over cifs mounts again. + Version 1.59 ------------ Client uses server inode numbers (which are persistent) rather than |