]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
CIFS: let ses->ipc_tid hold smb2 TreeIds
authorAurelien Aptel <aaptel@suse.com>
Tue, 28 Feb 2017 14:26:30 +0000 (15:26 +0100)
committerSteve French <smfrench@gmail.com>
Thu, 2 Mar 2017 04:26:11 +0000 (22:26 -0600)
commit7f9f6d2ec51449a20bc35359c9e190bf861b57e1
tree61e352e409d7a995906d99eefaa6bb9b44207edd
parent51146625f34b348c15d55c378b5ae5c2fb963fc8
CIFS: let ses->ipc_tid hold smb2 TreeIds

the TreeId field went from 2 bytes in CIFS to 4 bytes in SMB2+. this
commit updates the size of the ipc_tid field of a cifs_ses, which was
still using 2 bytes.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h