Files
kernel_arpi/include/linux
Ming Lei 88022d7201 blk-mq: don't handle failure in .get_budget
It is enough to just check if we can get the budget via .get_budget().
And we don't need to deal with device state change in .get_budget().

For SCSI, one issue to be fixed is that we have to call
scsi_mq_uninit_cmd() to free allocated ressources if SCSI device fails
to handle the request. And it isn't enough to simply call
blk_mq_end_request() to do that if this request is marked as
RQF_DONTPREP.

Fixes: 0df21c86bdbf(scsi: implement .get_budget and .put_budget for blk-mq)
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2017-11-04 12:31:08 -06:00
..
2017-09-06 19:56:49 +02:00
2017-09-01 16:35:50 -05:00
2017-09-26 07:41:22 -06:00
2017-09-08 18:26:49 -07:00
2017-11-03 10:31:48 -06:00
2017-08-30 14:40:40 +02:00
2017-09-04 00:05:22 +02:00
2017-09-04 00:06:02 +02:00
2017-09-05 12:53:11 +02:00
2017-10-25 12:36:50 -06:00
2017-11-03 10:31:48 -06:00
2017-09-08 18:26:46 -07:00
2017-09-26 12:07:24 -06:00
2017-09-07 11:53:11 +02:00
2017-09-08 18:26:49 -07:00
2017-09-25 08:56:05 -06:00
2017-09-06 17:27:26 -07:00
2017-09-08 18:26:47 -07:00
2017-09-11 12:29:41 -04:00
2017-09-15 16:57:10 +02:00
2017-09-08 18:26:48 -07:00
2017-08-31 18:50:14 +02:00
2017-09-05 06:34:17 -07:00