You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
cifs: change smb2 signing routines to use smb_rqst structs
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
committed by
Steve French
parent
bf5ea0e2f2
commit
0b688cfc8b
+2
-2
@@ -26,6 +26,7 @@
|
||||
#include <linux/key-type.h>
|
||||
|
||||
struct statfs;
|
||||
struct smb_rqst;
|
||||
|
||||
/*
|
||||
*****************************************************************
|
||||
@@ -39,8 +40,7 @@ extern char *smb2_get_data_area_len(int *off, int *len, struct smb2_hdr *hdr);
|
||||
extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
||||
struct cifs_sb_info *cifs_sb);
|
||||
|
||||
extern int smb2_verify_signature2(struct kvec *, unsigned int,
|
||||
struct TCP_Server_Info *);
|
||||
extern int smb2_verify_signature(struct smb_rqst *, struct TCP_Server_Info *);
|
||||
extern int smb2_check_receive(struct mid_q_entry *mid,
|
||||
struct TCP_Server_Info *server, bool log_error);
|
||||
extern int smb2_setup_request(struct cifs_ses *ses, struct kvec *iov,
|
||||
|
||||
Reference in New Issue
Block a user