On Thu, Oct 05, 2023 at 12:40:47PM -0700, Bart Van Assche wrote:
A later patch will store the data lifetime in the bio->bi_ioprio member before bio_set_ioprio() is called. Make sure that bio_set_ioprio() doesn't clear more bits than necessary.
Only lifetime bits need to be retained, but the patch retains the CDL bits too. Is that intentional?