Re: [PATCH 02/18] md: cleanup bio op / flags handling in raid1_write_request
From: Bart Van Assche <hidden>
Date: 2017-01-26 23:18:53
Also in:
dm-devel, linux-block, linux-scsi
From: Bart Van Assche <hidden>
Date: 2017-01-26 23:18:53
Also in:
dm-devel, linux-block, linux-scsi
On Wed, 2017-01-25 at 18:25 +0100, Christoph Hellwig wrote:
No need for the local variables, the bio is still live and we can just assigned the bits we want directly. Make me wonder why we can't assign all the bio flags to start with.
I assume that you ment "assign" in the patch description? Anyway: Reviewed-by: Bart Van Assche <redacted>