commit | 8801e902337151039a87d87789d1408c4eccc3e7 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Wed Nov 22 17:38:49 2017 -0700 |
committer | Steve French <smfrench@gmail.com> | Wed Jan 24 19:49:07 2018 -0600 |
tree | 5d0224de3f1015a15613a3d6255ef1955401b52b | |
parent | 08a3b9690fd9e923663a32e314b0098af1393b84 [diff] |
CIFS: SMBD: Disable signing on SMB direct transport Currently the CIFS SMB Direct implementation (experimental) doesn't properly support signing. Disable it when SMB Direct is in use for transport. Signing will be enabled in future after it is implemented. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>