commit | 4b8f930ff83aaed39fd5f935aeacc25f2549a51e | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Sun Feb 26 16:41:18 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Sun Feb 26 16:41:18 2006 +0000 |
tree | 364547184a71367a12bb5eee44569d305c8efdd6 | |
parent | 184ed2110ae6bfdb8dc91085149f04f2f4d2169e [diff] [blame] |
[CIFS] Free small buffers earlier so we exceed the cifs small req buffer pool less often. Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/ntlmssp.c b/fs/cifs/ntlmssp.c index 4aabe2d..78866f9 100644 --- a/fs/cifs/ntlmssp.c +++ b/fs/cifs/ntlmssp.c
@@ -122,8 +122,7 @@ /* rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buf_type, 0); */ - - cifs_small_buf_release(smb_buffer); + /* SMB request buf freed in SendReceive2 */ return rc; }