]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
osd: Kconfig remove wrong FIXME
authorBoaz Harrosh <bharrosh@panasas.com>
Mon, 15 Aug 2011 18:52:36 +0000 (11:52 -0700)
committerBoaz Harrosh <bharrosh@panasas.com>
Thu, 22 Sep 2011 11:14:05 +0000 (14:14 +0300)
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" <maxin.john@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
drivers/scsi/osd/Kconfig

index 861b5cebaeae1bb9304df4dfee7953e94aa54cc5..a0703514eb0f9ce7af8d5b896764b9c2f71b359e 100644 (file)
 # 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