commit | cf9c37865557d39292d82da29e9ebda1dbc584b3 | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Mon Sep 21 19:08:30 2020 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Sep 21 19:49:15 2020 -0400 |
tree | 2ddf084bd5aa5f63a5a3fedad5cfcae7eede6f10 | |
parent | ee1dfad5325ff1cfb2239e564cd411b3bfe8667a [diff] |
dm: fix comment in dm_process_bio() Refer to the correct function (->submit_bio instead of ->queue_bio). Also, add details about why using blk_queue_split() isn't needed for dm_wq_work()'s call to dm_process_bio(). Fixes: c62b37d96b6eb ("block: move ->make_request_fn to struct block_device_operations") Signed-off-by: Mike Snitzer <snitzer@redhat.com>