]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: target: remove hardcoded T10 Vendor ID in INQUIRY response
authorAlan Adamson <alan.adamson@oracle.com>
Fri, 8 Mar 2019 17:52:01 +0000 (09:52 -0800)
committerBrian Maly <brian.maly@oracle.com>
Tue, 9 Apr 2019 22:22:32 +0000 (18:22 -0400)
commitae4d97d27141110eb3c54f16c0c15c9c07e3e5c3
treeeeef998ecbb8283f5cf754264acc3c35b094fa83
parent94b45cfa32067d37e034e23c79eaabf886dde1c0
scsi: target: remove hardcoded T10 Vendor ID in INQUIRY response

Use the value stored in t10_wwn.vendor, which defaults to "LIO-ORG",
but can be reconfigured via the vendor_id ConfigFS attribute.

This commit was backported by hand.

Orabug: 29344862

Signed-off-by: Alan Adamson <alan.adamson@oracle.com>
Reviewed-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/target/target_core_spc.c