diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-07-23 13:28:38 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-07-23 17:36:34 -0400 |
commit | 762a4206a3f415db0fcf2c7aed9a5e91deff221d (patch) | |
tree | a7c35666ca2072830c4668a04f5727b085e950d3 /fs/cifs/cifsproto.h | |
parent | d971e0656bf6e57925292dae755d36fb3c5b093d (diff) |
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
"smb2" makes me think of the SMB2.x protocol, which isn't at all what
this function is for...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index baa1b6dc838e..613320c9a780 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -399,7 +399,7 @@ extern struct cifs_tcon *tconInfoAlloc(void); | |||
399 | extern void tconInfoFree(struct cifs_tcon *); | 399 | extern void tconInfoFree(struct cifs_tcon *); |
400 | 400 | ||
401 | extern int cifs_sign_smb(struct smb_hdr *, struct TCP_Server_Info *, __u32 *); | 401 | extern int cifs_sign_smb(struct smb_hdr *, struct TCP_Server_Info *, __u32 *); |
402 | extern int cifs_sign_smb2(struct kvec *iov, int n_vec, struct TCP_Server_Info *, | 402 | extern int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *, |
403 | __u32 *); | 403 | __u32 *); |
404 | extern int cifs_verify_signature(struct kvec *iov, unsigned int nr_iov, | 404 | extern int cifs_verify_signature(struct kvec *iov, unsigned int nr_iov, |
405 | struct TCP_Server_Info *server, | 405 | struct TCP_Server_Info *server, |