|
@@ -2075,9 +2075,9 @@ static int blkfront_resume(struct xenbus_device *dev)
|
|
|
/*
|
|
|
* Get the bios in the request so we can re-queue them.
|
|
|
*/
|
|
|
- if (req_op(shadow[i].request) == REQ_OP_FLUSH ||
|
|
|
- req_op(shadow[i].request) == REQ_OP_DISCARD ||
|
|
|
- req_op(shadow[i].request) == REQ_OP_SECURE_ERASE ||
|
|
|
+ if (req_op(shadow[j].request) == REQ_OP_FLUSH ||
|
|
|
+ req_op(shadow[j].request) == REQ_OP_DISCARD ||
|
|
|
+ req_op(shadow[j].request) == REQ_OP_SECURE_ERASE ||
|
|
|
shadow[j].request->cmd_flags & REQ_FUA) {
|
|
|
/*
|
|
|
* Flush operations don't contain bios, so
|