From: Steve French Date: Thu, 4 Jul 2013 15:35:21 +0000 (-0500) Subject: Limit allocation of crypto mechanisms to dialect which requires X-Git-Tag: v3.11-rc1~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95dc8dd14e2e84cc3adabc8310768c13758e7d96;p=pandora-kernel.git Limit allocation of crypto mechanisms to dialect which requires Updated patch to try to prevent allocation of cifs, smb2 or smb3 crypto secmech structures unless needed. Currently cifs allocates all crypto mechanisms when the first session is established (4 functions and 4 contexts), rather than only allocating these when needed (smb3 needs two, the rest of the dialects only need one). Acked-by: Jeff Layton Reviewed-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed