Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osd: Kconfig remove wrong FIXME | Boaz Harrosh | 2011-09-22 | 1 | -4/+0 |
| | | | | | | | | | | | | 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> | ||||
* | [SCSI] osd: Kconfig file for in-tree builds | Boaz Harrosh | 2009-03-12 | 1 | -0/+53 |
Kconfig file for the drivers/scsi/osd subdirectory. Adds the following config items: config SCSI_OSD_INITIATOR config SCSI_OSD_ULD config SCSI_OSD_DPRINT_SENSE config SCSI_OSD_DEBUG Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Reviewed-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> |