]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/ntlmssp.c
[PATCH] vfs: add lock owner argument to flush operation
[linux-2.6-omap-h63xx.git] / fs / cifs / ntlmssp.c
index 78866f9257474ad8049ef5694748ac94cbcea0c3..115359cc7a32ce6cb5332435688bcaba5ee56397 100644 (file)
@@ -121,6 +121,20 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, const int type,
        }
 
 
+       /* copy session key */
+
+       /* if Unicode, align strings to two byte boundary */
+
+       /* copy user name */ /* BB Do we need to special case null user name? */
+
+       /* copy domain name */
+
+       /* copy Linux version */
+
+       /* copy network operating system name */
+
+       /* update bcc and smb buffer length */
+
 /*     rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buf_type, 0); */
        /* SMB request buf freed in SendReceive2 */