From: Christoph Hellwig Date: Wed, 9 May 2018 07:54:04 +0000 (+0200) Subject: block: fix __get_request documentation X-Git-Tag: v4.19~950^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9a14d36714fe3669ad5a26faaca0cfaafb1c0f9;p=platform%2Fkernel%2Flinux-rpi.git block: fix __get_request documentation Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/block/blk-core.c b/block/blk-core.c index 1418a1c..e78560f 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -1516,7 +1516,7 @@ rq_starved: * @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,