commit | 826a95e4a33f3e9bfa0d31ab769d5b01130f7111 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Oct 11 06:41:32 2011 -0400 |
committer | Steve French <smfrench@gmail.com> | Wed Oct 12 23:41:41 2011 -0500 |
tree | ca1345ef9b0887b1b2985e7fbbf19f80eb4a5e61 | |
parent | 376b43f41c8b9315f7efdf085d214b6024337381 [diff] |
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> Signed-off-by: Steve French <smfrench@gmail.com>