Re: [PATCH 00/51] Improve static type checking for request flags
From: Bart Van Assche <bvanassche@acm.org> Date: 2022-06-28 23:10:51
On 6/23/22 22:07, Christoph Hellwig wrote:
Oh, and a third: there is still various places passing the op
separately from the flags and/or using bio_set_op_attrs. This
would be a good time to clean the rest of those up (I already did
a lot of that gradually).
I will look into combining 'op' and 'op_flags' arguments but I would
like to postpone removing bio_set_op_attrs() since this patch series is
already too big.
Thanks,
Bart.