diff options
Diffstat (limited to 'fs/smb/client/smb2ops.c')
| -rw-r--r-- | fs/smb/client/smb2ops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/smb/client/smb2ops.c b/fs/smb/client/smb2ops.c index b0189727de40..ac55a1b76ab2 100644 --- a/fs/smb/client/smb2ops.c +++ b/fs/smb/client/smb2ops.c @@ -5088,7 +5088,6 @@ struct smb_version_operations smb21_operations = { struct smb_version_operations smb30_operations = { /* WSL tags introduced long after smb2.1, enable for SMB3, 3.11 only */ - .generate_signingkey = generate_smb30signingkey, .calc_signature = smb3_calc_signature, .parse_lease_buf = smb3_parse_lease_buf, .duplicate_extents = smb2_duplicate_extents, @@ -5099,7 +5098,6 @@ struct smb_version_operations smb30_operations = { }; struct smb_version_operations smb311_operations = { - .generate_signingkey = generate_smb311signingkey, .calc_signature = smb3_calc_signature, .parse_lease_buf = smb3_parse_lease_buf, .duplicate_extents = smb2_duplicate_extents, |
