commit | 93c5bdf7ab71bbdae27f8f51fa175e06f000d69d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 21 16:18:18 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Mon Nov 21 09:35:05 2016 -0700 |
tree | 1a71e55964b3063436a362eba6bbf75e3e52217f | |
parent | 5a8b187c61e9cb1aa1e960fcbadb13beb9401e5e [diff] |
block: clear all of bi_opf in bio_set_op_attrs Since commit 87374179 ("block: add a proper block layer data direction encoding") we only or the new op and flags into bi_opf in bio_set_op_attrs instead of clearing the old value. I've not seen any breakage with the new behavior, but it seems dangerous. Also convert it to an inline function to make the argument passing safer. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>