dm: fix comment in dm_process_bio()
authorMike Snitzer <snitzer@redhat.com>
Mon, 21 Sep 2020 23:08:30 +0000 (19:08 -0400)
committerMike Snitzer <snitzer@redhat.com>
Mon, 21 Sep 2020 23:49:15 +0000 (19:49 -0400)
commitcf9c37865557d39292d82da29e9ebda1dbc584b3
tree2ddf084bd5aa5f63a5a3fedad5cfcae7eede6f10
parentee1dfad5325ff1cfb2239e564cd411b3bfe8667a
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>
drivers/md/dm.c