From 54b309135bda778dae35db15e29904f51daf7182 Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Sat, 24 Dec 2016 22:20:04 +0000 Subject: [PATCH] test/fio_ceph_objectstore: fix fio plugin build failure caused by recent g_ceph_context removal Signed-off-by: Igor Fedotov --- src/test/fio/fio_ceph_objectstore.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/fio/fio_ceph_objectstore.cc b/src/test/fio/fio_ceph_objectstore.cc index 8d03708ff311..459023f2384e 100644 --- a/src/test/fio/fio_ceph_objectstore.cc +++ b/src/test/fio/fio_ceph_objectstore.cc @@ -23,6 +23,8 @@ #include "include/assert.h" // fio.h clobbers our assert.h +#define dout_context g_ceph_context + namespace { /// fio configuration options read from the job file -- 2.47.3