Re: [PATCHv2] scsi_sysfs: add 'is_bin_visible' callback

2016-03-05 Thread Martin K. Petersen
> "Hannes" == Hannes Reinecke writes: Hannes> Add 'is_bin_visible' callback to blank out unsupported vpd Hannes> pages. Applied to 4.6/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a m

Re: [PATCHv2] scsi_sysfs: add 'is_bin_visible' callback

2016-03-03 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCHv2] scsi_sysfs: add 'is_bin_visible' callback

2016-03-02 Thread Hannes Reinecke
Add 'is_bin_visible' callback to blank out unsupported vpd pages. Reviewed-by: Shane Seymour Reviewed-by: Johannes Thumshirn Signed-off-by: Hannes Reinecke diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index 00bc721..7e57800 100644 --- a/drivers/scsi/scsi_sysfs.c +++ b/dri