From: Boaz Harrosh Date: Mon, 15 Aug 2011 18:52:36 +0000 (-0700) Subject: osd: Kconfig remove wrong FIXME X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a8f8c45082cb78489c5e6050c372ddac73ae439e;p=linux-beck.git osd: Kconfig remove wrong FIXME The OSD protocol calls for all kind of security levels that use CRYPTO_HMAC and SH1, but the current code only supports NO_SEC, which does not use any of these. Remove a wrong FIXME that calls for them. Thanks Maxin for reporting on this. Reported-by: "Maxin B. John" Signed-off-by: Boaz Harrosh --- diff --git a/drivers/scsi/osd/Kconfig b/drivers/scsi/osd/Kconfig index 861b5cebaeae..a0703514eb0f 100644 --- a/drivers/scsi/osd/Kconfig +++ b/drivers/scsi/osd/Kconfig @@ -11,10 +11,6 @@ # it under the terms of the GNU General Public version 2 License as # published by the Free Software Foundation # -# FIXME: SCSI_OSD_INITIATOR should select CONFIG (HMAC) SHA1 somehow. -# How is it done properly? -# - config SCSI_OSD_INITIATOR tristate "OSD-Initiator library" depends on SCSI