diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-28 02:53:39 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-28 02:53:39 -0400 |
commit | 407f61a2b482ab9a6d03549ab9513e4a823ae4a2 (patch) | |
tree | d118f0ed7aea5a0002cbd58ff69fd0fa36b5be1b /fs/cifs/CHANGES | |
parent | 65874007c36930317c7a56d814a6a3e2966daaa8 (diff) |
[CIFS] Fix memory leak in statfs to very old servers
We were allocating request buffers twice in the statfs
path when mounted to very old (Windows 9x) servers.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 41e3b6a9397c..ea359a0038d9 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,8 @@ | |||
1 | Version 1.51 | ||
2 | ------------ | ||
3 | Fix memory leak in statfs when mounted to very old servers (e.g. | ||
4 | Windows 9x) | ||
5 | |||
1 | Version 1.50 | 6 | Version 1.50 |
2 | ------------ | 7 | ------------ |
3 | Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is | 8 | Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is |