diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-10-12 11:09:13 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-10-23 23:21:15 -0400 |
commit | b937d27052e5759b1308782166fe47bc76e05b4d (patch) | |
tree | eb5a99096bb695d208b5cacd27637c167e9bb8f5 /drivers/target/Makefile | |
parent | 485fd0d1e3b8010b538bd0b209f3592acc825677 (diff) |
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>
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r-- | drivers/target/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile index 1060c7b7f803..62e54053bcd8 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile | |||
@@ -6,7 +6,6 @@ target_core_mod-y := target_core_configfs.o \ | |||
6 | target_core_hba.o \ | 6 | target_core_hba.o \ |
7 | target_core_pr.o \ | 7 | target_core_pr.o \ |
8 | target_core_alua.o \ | 8 | target_core_alua.o \ |
9 | target_core_scdb.o \ | ||
10 | target_core_tmr.o \ | 9 | target_core_tmr.o \ |
11 | target_core_tpg.o \ | 10 | target_core_tpg.o \ |
12 | target_core_transport.o \ | 11 | target_core_transport.o \ |