Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71561
b: refs/heads/master
c: 407f61a
h: refs/heads/master
i:
  71559: 56815ae
v: v3
  • Loading branch information
Steve French committed Sep 28, 2007
1 parent c0a2b1d commit b462091
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65874007c36930317c7a56d814a6a3e2966daaa8
refs/heads/master: 407f61a2b482ab9a6d03549ab9513e4a823ae4a2
5 changes: 5 additions & 0 deletions trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4045,10 +4045,6 @@ SMBOldQFSInfo(const int xid, struct cifsTconInfo *tcon, struct kstatfs *FSData)
(void **) &pSMBr);
if (rc)
return rc;
rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB,
(void **) &pSMBr);
if (rc)
return rc;

params = 2; /* level */
pSMB->TotalDataCount = 0;
Expand Down

0 comments on commit b462091

Please sign in to comment.