Re: [PATCH v5 RESEND 5/5] dm-crypt: Fix lost ioprio when queuing write bios

From: Eric Biggers
Date: Tue Dec 19 2023 - 17:51:02 EST


On Mon, Dec 18, 2023 at 09:27:46AM +0800, Hongyu Jin wrote:
> From: Hongyu Jin <hongyu.jin@xxxxxxxxxx>
>
> The original submitting bio->bi_ioprio setting can be retained by
> struct dm_crypt_io::base_bio, we set the original bio's ioprio to
> the cloned bio for write.

This commit message does not make sense. Can you make the commit message
properly describe the problem and how the patch fixes it?

- Eric