]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/blk: fix block_device_t return if no aio libs present 42791/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Mon, 16 Aug 2021 14:04:33 +0000 (19:34 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Mon, 16 Aug 2021 14:04:33 +0000 (19:34 +0530)
commitee33b3f19c6859a044bbb1fa73731f3ddb834d32
tree63cb7bcb5872156f926e6b3019c7f9d036427e84
parent5bb9f33c9158b61a0561db2be07272a83e43af6f
src/blk: fix block_device_t return if no aio libs present

In cases, when no libaio are present in the system, compilation fails,
return block_device_t as unknown

fixes: https://tracker.ceph.com/issues/50947#note-1

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/blk/BlockDevice.cc