OSDN Git Service

cifs: add multichannel mount options and data structs
authorAurelien Aptel <aaptel@suse.com>
Fri, 20 Sep 2019 02:32:20 +0000 (04:32 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 07:16:30 +0000 (01:16 -0600)
commitbcc8880115bcb36bc281c7f4895a12b51569d8d4
treef3e28f2c029e5b5f104e52770facfc83a563a59a
parent35adffed079fdcf1818bfe9da7625a5446b626e0
cifs: add multichannel mount options and data structs

adds:
- [no]multichannel to enable/disable multichannel
- max_channels=N to control how many channels to create

these options are then stored in the volume struct.

- store channels and max_channels in cifs_ses

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/connect.c