]> err.no Git - linux-2.6/blobdiff - fs/cifs/ntlmssp.c
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6] / fs / cifs / ntlmssp.c
index 4aabe2d7cb7b673e59bd11f214a7b76acc69c873..78866f9257474ad8049ef5694748ac94cbcea0c3 100644 (file)
@@ -122,8 +122,7 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, const int type,
 
 
 /*     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;
 }