]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: consolidate signature generating code
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Oct 2011 10:41:32 +0000 (06:41 -0400)
committerSteve French <smfrench@gmail.com>
Wed, 12 Oct 2011 20:59:39 +0000 (15:59 -0500)
commitda9eeba6d0797666614d3e579bc70b7a0d3cba67
treeca1345ef9b0887b1b2985e7fbbf19f80eb4a5e61
parent3bcfd5ff707ea4e4661ed6e233baf18596ba01a0
cifs: consolidate signature generating code

We have two versions of signature generating code. A vectorized and
non-vectorized version. Eliminate a large chunk of cut-and-paste
code by turning the non-vectorized version into a wrapper around the
vectorized one.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsencrypt.c
fs/cifs/cifsproto.h
fs/cifs/transport.c