Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9a14d36 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

block: fix __get_request documentation



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent ac613e45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1516,7 +1516,7 @@ static struct request *__get_request(struct request_list *rl, unsigned int op,
 * @bio: bio to allocate request for (can be %NULL)
 * @flags: BLK_MQ_REQ_* flags.
 *
 * Get a free request from @q.  If %__GFP_DIRECT_RECLAIM is set in @gfp_mask,
 * Get a free request from @q.  If %BLK_MQ_REQ_NOWAIT is set in @flags,
 * this function keeps retrying under memory pressure and fails iff @q is dead.
 *
 * Must be called with @q->queue_lock held and,