target: iblock_execute_sync_cache() should use bio_set_op_attrs()
authorJens Axboe <axboe@fb.com>
Mon, 1 Aug 2016 15:39:23 +0000 (09:39 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 5 Aug 2016 21:34:52 +0000 (15:34 -0600)
commit7717939af266a7b8a8a5a7d544553d842b73b019
treeff9e0043bf4e9948d67101d3793cb667bc56be0d
parent048fee5a6ce093259d5364d612566c7ef8f0ca4e
target: iblock_execute_sync_cache() should use bio_set_op_attrs()

The original commit missed this function, it needs to mark it a
write flush.

Cc: Mike Christie <mchristi@redhat.com>
Fixes: e742fc32fcb4 ("target: use bio op accessors")
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/target/target_core_iblock.c