target: split parsing of SPC commands into a separate helper

(nab: Add EXPORT_SYMBOL usage for spc_parse_cdb)

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Christoph Hellwig
2012-05-20 11:59:13 -04:00
committed by Nicholas Bellinger
parent 9b3b804101
commit 88455ec4be
4 changed files with 176 additions and 109 deletions
+1
View File
@@ -10,6 +10,7 @@ target_core_mod-y := target_core_configfs.o \
target_core_tpg.o \
target_core_transport.o \
target_core_cdb.o \
target_core_spc.o \
target_core_ua.o \
target_core_rd.o \
target_core_stat.o