hv: Build fix for Partition mode

struct io_request gets rid of "processed" element. Modified io exit handler
for partition mode to accomodate the change.

Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
Sainath Grandhi 2018-08-15 15:07:15 -07:00 committed by lijinxia
parent d030595194
commit 101ab60627
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ static void io_instr_dest_handler(struct io_request *io_req)
if (pio_req->direction == REQUEST_READ) {
pio_req->value = 0xFFFFFFFFU;
}
io_req->processed = REQ_STATE_COMPLETE;
}
#endif