commit | 82fb82be05585426405667dd5f0510aa953ba439 | [log] [tgz] |
---|---|---|
author | Aurelien Aptel <aaptel@suse.com> | Fri Feb 16 19:19:27 2018 +0100 |
committer | Steve French <stfrench@microsoft.com> | Sun Apr 01 20:24:39 2018 -0500 |
tree | 48f5f72f33aa3c2c29e53cd4fee906db96f1f2ce | |
parent | f30e4148b19d38790e68ec277dea3ad1d6c66db6 [diff] |
CIFS: refactor crypto shash/sdesc allocation&free shash and sdesc and always allocated and freed together. * abstract this in new functions cifs_alloc_hash() and cifs_free_hash(). * make smb2/3 crypto allocation independent from each other. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> CC: Stable <stable@vger.kernel.org>