]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/blk_types.h
block: clear all of bi_opf in bio_set_op_attrs
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Nov 2016 15:18:18 +0000 (16:18 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 21 Nov 2016 16:35:05 +0000 (09:35 -0700)
commit93c5bdf7ab71bbdae27f8f51fa175e06f000d69d
tree1a71e55964b3063436a362eba6bbf75e3e52217f
parent5a8b187c61e9cb1aa1e960fcbadb13beb9401e5e
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>
include/linux/blk_types.h