changes since v1: * squashed definition change of SERVER_NAME_LENGTH in first patch * ipc tcon no longer added the the session tcon list * ipc tcon no longer protected by spinlock * decrement tcon refcount only if it was incremented earlier (ie not an ipc tcon) in smb2_get_dfs_refer() Aurelien Aptel (2): CIFS: make IPC a regular tcon CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl fs/cifs/cifsglob.h | 14 ++--- fs/cifs/cifssmb.c | 5 +- fs/cifs/connect.c | 148 +++++++++++++++++++++++++++++++++++++++------------- fs/cifs/inode.c | 2 +- fs/cifs/smb2file.c | 2 +- fs/cifs/smb2ops.c | 53 ++++++++----------- fs/cifs/smb2pdu.c | 36 ++----------- fs/cifs/smb2proto.h | 3 +- 8 files changed, 151 insertions(+), 112 deletions(-) -- 2.12.3 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html