]> git.baikalelectronics.ru Git - kernel.git/commit
block: Update blk_update_request() documentation
authorBart Van Assche <bvanassche@acm.org>
Wed, 19 May 2021 17:52:26 +0000 (10:52 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Jun 2021 20:37:24 +0000 (14:37 -0600)
commitb9207b032c1459395280657132af68db949d2ca5
tree0ce65a2f98d84f029e8bd7f31620bbea38a87c14
parenta89eff43e6f5aba34b0105c36dde6e4f234711fb
block: Update blk_update_request() documentation

Although the original intent was to use blk_update_request() in stacking
block drivers only, it is used much more widely today. Reflect this in the
documentation block above this function. See also:
* commit cfc5a87facc8 ("block: add request update interface").
* commit c3080da780cc ("block: clean up request completion API").
* commit 7cdfc7a1aef3 ("block: handle partial completions for special
  payload requests").

Cc: Christoph Hellwig <hch@lst.de>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20210519175226.8853-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c