diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-28 06:53:39 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-28 06:53:39 +0000 |
commit | 407f61a2b482ab9a6d03549ab9513e4a823ae4a2 (patch) | |
tree | d118f0ed7aea5a0002cbd58ff69fd0fa36b5be1b /fs/cifs/CHANGES | |
parent | 65874007c36930317c7a56d814a6a3e2966daaa8 (diff) | |
download | talos-op-linux-407f61a2b482ab9a6d03549ab9513e4a823ae4a2.tar.gz talos-op-linux-407f61a2b482ab9a6d03549ab9513e4a823ae4a2.zip |
[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 @@ +Version 1.51 +------------ +Fix memory leak in statfs when mounted to very old servers (e.g. +Windows 9x) + Version 1.50 ------------ Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is |