]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: move handling of signed connections into separate function
authorJeff Layton <jlayton@redhat.com>
Sun, 26 May 2013 11:00:58 +0000 (07:00 -0400)
committerSteve French <smfrench@gmail.com>
Mon, 10 Jun 2013 22:03:42 +0000 (17:03 -0500)
commitdc09c62b1d1208cf668eda3dd2222df4031efd5f
tree5624aea652cc442a7db5a76957af8986dbcb5160
parentde71e786db4cc19dd70d7f5535ae91610f42f5c5
cifs: move handling of signed connections into separate function

Move the sanity checks for signed connections into a separate function.
SMB2's was a cut-and-paste job from CIFS code, so we can make them use
the same function.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/smb2pdu.c