]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: make CIFS depend on CRYPTO_ECB
authorSuresh Jayaraman <sjayaraman@suse.de>
Fri, 3 Jun 2011 08:49:01 +0000 (14:19 +0530)
committerSteve French <sfrench@us.ibm.com>
Fri, 3 Jun 2011 17:38:44 +0000 (17:38 +0000)
commit36f0c71562bdb43b442826f1a803fc3b2d3dc32a
tree5249d7e1ba44c4e8136b4617371cdd32b8f59389
parent49d14f10202486e3dbb6b28bdd2138ef6cfbce0c
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 d77d042.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
CC: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/Kconfig