commit | 309bd96af9e26da3038661bf5cdad780eef49dd9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 25 11:15:20 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Fri Jan 27 15:08:35 2017 -0700 |
tree | db2d5a0511f027fd5364efbb96032e0b2adb7f33 | |
parent | f924ba70c1b12706c6679d793202e8f4c125f7ae [diff] |
md: cleanup bio op / flags handling in raid1_write_request No need for the local variables, the bio is still live and we can just assign the bits we want directly. Make me wonder why we can't assign all the bio flags to start with. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <axboe@fb.com>