commit | bcc8880115bcb36bc281c7f4895a12b51569d8d4 | [log] [tgz] |
---|---|---|
author | Aurelien Aptel <aaptel@suse.com> | Fri Sep 20 04:32:20 2019 +0200 |
committer | Steve French <stfrench@microsoft.com> | Mon Nov 25 01:16:30 2019 -0600 |
tree | f3e28f2c029e5b5f104e52770facfc83a563a59a | |
parent | 35adffed079fdcf1818bfe9da7625a5446b626e0 [diff] |
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>