patch-2.1.14 linux/include/linux/smb_fs_sb.h

Next file: linux/include/linux/smb_mount.h
Previous file: linux/include/linux/smb_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.13/linux/include/linux/smb_fs_sb.h linux/include/linux/smb_fs_sb.h
@@ -25,7 +25,7 @@
                                               protocols. */
 	struct wait_queue *wait;
 
-	word               max_xmit;
+	__u32              max_xmit;
 	char               hostname[256];
 	word               pid;
 	word               server_uid;
@@ -38,6 +38,8 @@
 
         unsigned short     rcls; /* The error codes we received */
         unsigned short     err;
+
+	__u32              packet_size;
 	unsigned char *    packet;
 
         enum smb_conn_state state;
@@ -46,7 +48,6 @@
         /* The following are LANMAN 1.0 options transferred to us in
            SMBnegprot */
         word   secmode;
-        word   maxxmt;
         word   maxmux;
         word   maxvcs;
         word   blkmode;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov