diff options
Diffstat (limited to 'fs/smb/client/smb2ops.c')
| -rw-r--r-- | fs/smb/client/smb2ops.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/smb/client/smb2ops.c b/fs/smb/client/smb2ops.c index 838afc8add70..7837b95597f2 100644 --- a/fs/smb/client/smb2ops.c +++ b/fs/smb/client/smb2ops.c @@ -4994,7 +4994,6 @@ struct smb_version_operations smb21_operations = { .negotiate_rsize = smb2_negotiate_rsize, .qfs_tcon = smb2_qfs_tcon, .queryfs = smb2_queryfs, - .calc_signature = smb2_calc_signature, }; struct smb_version_operations smb30_operations = { @@ -5006,8 +5005,6 @@ struct smb_version_operations smb30_operations = { /* WSL tags introduced long after smb2.1, enable for SMB3, 3.11 only */ .close_getattr = smb2_close_getattr, .queryfs = smb2_queryfs, - .generate_signingkey = generate_smb30signingkey, - .calc_signature = smb3_calc_signature, }; struct smb_version_operations smb311_operations = { @@ -5019,8 +5016,6 @@ struct smb_version_operations smb311_operations = { .posix_mkdir = smb311_posix_mkdir, .close_getattr = smb2_close_getattr, .queryfs = smb311_queryfs, - .generate_signingkey = generate_smb311signingkey, - .calc_signature = smb3_calc_signature, }; struct smb_version_values smb21_values = { |
