diff options
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 1418a1ccd80d..e78560f04d77 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1516,7 +1516,7 @@ rq_starved: | |||
1516 | * @bio: bio to allocate request for (can be %NULL) | 1516 | * @bio: bio to allocate request for (can be %NULL) |
1517 | * @flags: BLK_MQ_REQ_* flags. | 1517 | * @flags: BLK_MQ_REQ_* flags. |
1518 | * | 1518 | * |
1519 | * Get a free request from @q. If %__GFP_DIRECT_RECLAIM is set in @gfp_mask, | 1519 | * Get a free request from @q. If %BLK_MQ_REQ_NOWAIT is set in @flags, |
1520 | * this function keeps retrying under memory pressure and fails iff @q is dead. | 1520 | * this function keeps retrying under memory pressure and fails iff @q is dead. |
1521 | * | 1521 | * |
1522 | * Must be called with @q->queue_lock held and, | 1522 | * Must be called with @q->queue_lock held and, |