Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd032ee authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nicholas Bellinger
Browse files

target: move code for CDB emulation



Move the existing code in target_core_cdb.c into the files for the command
sets that the emulations implement.

(roland + nab: Squash patch: Fix range calculation in WRITE SAME emulation
 when num blocks == 0s)

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent d6e0175c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,6 @@ target_core_mod-y := target_core_configfs.o \
				   target_core_tmr.o \
				   target_core_tmr.o \
				   target_core_tpg.o \
				   target_core_tpg.o \
				   target_core_transport.o \
				   target_core_transport.o \
				   target_core_cdb.o \
				   target_core_sbc.o \
				   target_core_sbc.o \
				   target_core_spc.o \
				   target_core_spc.o \
				   target_core_ua.o \
				   target_core_ua.o \
Loading