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)
commit7cc2623d1c84935f06fbdf727f41d70f4c779ef6
tree0ce65a2f98d84f029e8bd7f31620bbea38a87c14
parent613471549f366cdf4170b81ce0f99f3867ec4d16
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 32fab448e5e8 ("block: add request update interface").
* commit 2e60e02297cf ("block: clean up request completion API").
* commit ed6565e73424 ("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