]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/target/target_core_rd.c
target: add a parse_cdb method to the backend drivers
[mirror_ubuntu-hirsute-kernel.git] / drivers / target / target_core_rd.c
index d0ceb873c0e577bc363971b10605228c804ae5d0..d7e838287d893569e130e3d95c29162da3677dc4 100644 (file)
@@ -468,6 +468,7 @@ static struct se_subsystem_api rd_mcp_template = {
        .allocate_virtdevice    = rd_allocate_virtdevice,
        .create_virtdevice      = rd_create_virtdevice,
        .free_device            = rd_free_device,
+       .parse_cdb              = sbc_parse_cdb,
        .execute_cmd            = rd_execute_cmd,
        .check_configfs_dev_params = rd_check_configfs_dev_params,
        .set_configfs_dev_params = rd_set_configfs_dev_params,