X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=Documentation%2Fblock%2Fblk-mq.rst;h=31f52f32697140cb01f5cfed5bb1eb2f8e4515c6;hp=d96118c7395416bc8ea8318b6ba70c2a8360e2f5;hb=be2d24336f8876d60d8a4634f1a1e4753c4be124;hpb=b0dfd9af28b60d7ec42c359ae84c1ba97e093100 diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst index d96118c73954..31f52f326971 100644 --- a/Documentation/block/blk-mq.rst +++ b/Documentation/block/blk-mq.rst @@ -54,7 +54,7 @@ layer or if we want to try to merge requests. In both cases, requests will be sent to the software queue. Then, after the requests are processed by software queues, they will be placed -at the hardware queue, a second stage queue were the hardware has direct access +at the hardware queue, a second stage queue where the hardware has direct access to process those requests. However, if the hardware does not have enough resources to accept more requests, blk-mq will places requests on a temporary queue, to be sent in the future, when the hardware is able.