You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
target: remove the ->transport_split_cdb callback in se_cmd
Add a switch statement implementing the CDB LBA/len update directly in target_get_task_cdb and remove the old ->transport_split_cdb callback and all its implementations. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
committed by
Nicholas Bellinger
parent
485fd0d1e3
commit
b937d27052
@@ -6,7 +6,6 @@ target_core_mod-y := target_core_configfs.o \
|
||||
target_core_hba.o \
|
||||
target_core_pr.o \
|
||||
target_core_alua.o \
|
||||
target_core_scdb.o \
|
||||
target_core_tmr.o \
|
||||
target_core_tpg.o \
|
||||
target_core_transport.o \
|
||||
|
||||
Reference in New Issue
Block a user