commit | 6f3bf5a2fa4a53c8dbb5b7b3d3d93bf85acaa2eb | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Fri Jun 22 14:52:48 2018 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Jul 02 16:44:30 2018 -0400 |
tree | 86fed0feb7181969aa63a96db47433724c4a39f3 | |
parent | 265d59aacbce7e50bdc1f5d25033c38dd70b3767 [diff] |
scsi: target: Use config_item_name() instead of open-coding it Some target code uses config_item_name() while other code accesses .ci_name directly. Make the target code consistent by switching to config_item_name(). Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Mike Christie <mchristi@redhat.com> Cc: Hannes Reinecke <hare@suse.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>