Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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" <maxin.john@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>

-4
-4
drivers/scsi/osd/Kconfig
··· 11 11 # it under the terms of the GNU General Public version 2 License as 12 12 # published by the Free Software Foundation 13 13 # 14 - # FIXME: SCSI_OSD_INITIATOR should select CONFIG (HMAC) SHA1 somehow. 15 - # How is it done properly? 16 - # 17 - 18 14 config SCSI_OSD_INITIATOR 19 15 tristate "OSD-Initiator library" 20 16 depends on SCSI