target: Make spc_parse_naa_6h_vendor_specific non static
authorNicholas Bellinger <nab@daterainc.com>
Wed, 21 Aug 2013 00:02:21 +0000 (17:02 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 10 Sep 2013 23:48:37 +0000 (16:48 -0700)
commit68366026a57645f90146796c95214087da5f1f6d
tree8f0f34cc92bb905d0c53f620b83c6e675722d12d
parent56d128fa773c4ebfc1b806cb8143fb9d9647ba64
target: Make spc_parse_naa_6h_vendor_specific non static

This patch makes spc_parse_naa_6h_vendor_specific() available to
other target code, which is required by EXTENDED_COPY when comparing
the received NAA WWN device identifer for locating the associated
se_device backend.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Martin Petersen <martin.petersen@oracle.com>
Cc: Chris Mason <chris.mason@fusionio.com>
Cc: Roland Dreier <roland@purestorage.com>
Cc: Zach Brown <zab@redhat.com>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Nicholas Bellinger <nab@daterainc.com>
drivers/target/target_core_spc.c