dm: rename split functions
authorMike Snitzer <snitzer@redhat.com>
Fri, 18 Feb 2022 04:40:07 +0000 (23:40 -0500)
committerMike Snitzer <snitzer@redhat.com>
Mon, 21 Feb 2022 20:36:22 +0000 (15:36 -0500)
commit96c9865cb6dd068a74f844e1c14114b7e676f727
tree5dd2da34b51a14901a8104292cd0711a361f3b6d
parent205649d84cdbfb64c4a86c497f0555221b67c160
dm: rename split functions

Rename __split_and_process_bio to dm_split_and_process_bio.
Rename __split_and_process_non_flush to __split_and_process_bio.

Also fix a stale comment and whitespace.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm.c