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>
Sun, 7 Aug 2016 20:41:02 +0000 (14:41 -0600)
commit31c64f78767948986c6c4c6f488803722c6b0e7a
tree9912bfd411a7bb0a11f6a5b8d2f719d239f246f8
parentba13e83ec334ca8a1c6bec882a6efc98d8bf355d
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