diff options
author | Jeff Layton <jlayton@redhat.com> | 2008-08-27 13:53:30 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-08-27 17:17:41 -0400 |
commit | 87ed1d65fb536a0cd4e84874c0b038f953e448aa (patch) | |
tree | c6af45a3605a037a5f53101107da5e4cd4024325 /fs/cifs/CHANGES | |
parent | 96c2a1137b9e00bcdbe3a95113ea8f42ca994f76 (diff) |
[CIFS] Add destroy routine for dns_resolver
Otherwise, we're leaking the payload memory.
CC: Stable Kernel <stable@vger.kernel.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
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 526041a52d35..f9e4ad97a79e 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -8,7 +8,8 @@ architectures. Fix problems with preserving timestamps on copying open | |||
8 | files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit | 8 | files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit |
9 | on parent directory when server supports Unix Extensions but not POSIX | 9 | on parent directory when server supports Unix Extensions but not POSIX |
10 | create. Update cifs.upcall version to handle new Kerberos sec flags | 10 | create. Update cifs.upcall version to handle new Kerberos sec flags |
11 | (this requires update of cifs.upcall program from Samba). | 11 | (this requires update of cifs.upcall program from Samba). Fix memory leak |
12 | on dns_upcall (resolving DFS referralls). | ||
12 | 13 | ||
13 | Version 1.53 | 14 | Version 1.53 |
14 | ------------ | 15 | ------------ |