Skip to content

Commit

Permalink
target: move code for CDB emulation
Browse files Browse the repository at this point in the history
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: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Jul 17, 2012
1 parent d6e0175 commit 1fd032e
Show file tree
Hide file tree
Showing 8 changed files with 1,155 additions and 1,661 deletions.
1 change: 0 additions & 1 deletion drivers/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target_core_mod-y := target_core_configfs.o \
target_core_tmr.o \
target_core_tpg.o \
target_core_transport.o \
target_core_cdb.o \
target_core_sbc.o \
target_core_spc.o \
target_core_ua.o \
Expand Down
Loading

0 comments on commit 1fd032e

Please sign in to comment.