Skip to content

Commit

Permalink
osd: Kconfig remove wrong FIXME
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boaz Harrosh committed Sep 22, 2011
1 parent b6fd41e commit a8f8c45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/scsi/osd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8f8c45

Please sign in to comment.