vhost_scsi: fix build error after last merge
struct spdk_vhost_task was renamed to spdk_vhost_scsi_task in commit 68f0c87e64b185325d3170e7d799e28b12ea9b88, but this was rebased without adjusting the spdk_vhost_task introduced by commit 05fd28399afaf791377453cee437311b4d9ef670. Change-Id: I7046d04d3ce56d62fdfb1166f8b4c5676bc7397b Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/369080 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
68f0c87e64
commit
a3fd882901
@ -973,7 +973,7 @@ free_task_pool(struct spdk_vhost_scsi_dev *svdev)
|
||||
static int
|
||||
alloc_task_pool(struct spdk_vhost_scsi_dev *svdev)
|
||||
{
|
||||
struct spdk_vhost_task *task;
|
||||
struct spdk_vhost_scsi_task *task;
|
||||
uint32_t task_cnt = 0;
|
||||
uint32_t ring_size;
|
||||
uint16_t i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user