From: Suresh Jayaraman Date: Fri, 3 Jun 2011 08:49:01 +0000 (+0530) Subject: cifs: make CIFS depend on CRYPTO_ECB X-Git-Tag: v3.0-rc3~31^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0b23eeba2d9105944148e5a85b0bfb34a8ecf5;p=pandora-kernel.git cifs: make CIFS depend on CRYPTO_ECB When CONFIG_CRYPTO_ECB is not set, trying to mount a CIFS share with NTLM security resulted in mount failure with the following error: "CIFS VFS: could not allocate des crypto API" Seems like a leftover from commit 43988d7. Signed-off-by: Suresh Jayaraman CC: Shirish Pargaonkar Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed