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>
Mon, 1 Aug 2016 15:53:32 +0000 (09:53 -0600)
commitf6d3900c3534ae654de2068244ebd74c8eb90923
tree728f2d9f75dbd5971eee6a33d54361bc84039a34
parent2b1d370b3079a3ebb465111801534dec832ffeac
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