diff options
Diffstat (limited to 'drivers/target/target_core_rd.c')
-rw-r--r-- | drivers/target/target_core_rd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_rd.c b/drivers/target/target_core_rd.c index 58bcc870366..d00bbe33ff8 100644 --- a/drivers/target/target_core_rd.c +++ b/drivers/target/target_core_rd.c | |||
@@ -474,7 +474,6 @@ static int rd_parse_cdb(struct se_cmd *cmd) | |||
474 | static struct se_subsystem_api rd_mcp_template = { | 474 | static struct se_subsystem_api rd_mcp_template = { |
475 | .name = "rd_mcp", | 475 | .name = "rd_mcp", |
476 | .transport_type = TRANSPORT_PLUGIN_VHBA_VDEV, | 476 | .transport_type = TRANSPORT_PLUGIN_VHBA_VDEV, |
477 | .write_cache_emulated = 1, | ||
478 | .attach_hba = rd_attach_hba, | 477 | .attach_hba = rd_attach_hba, |
479 | .detach_hba = rd_detach_hba, | 478 | .detach_hba = rd_detach_hba, |
480 | .allocate_virtdevice = rd_allocate_virtdevice, | 479 | .allocate_virtdevice = rd_allocate_virtdevice, |