]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Remove logging macros from a static function to enable
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Wed, 26 Aug 2020 13:37:31 +0000 (09:37 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Wed, 26 Aug 2020 13:37:31 +0000 (09:37 -0400)
commitc6c787b11bb55be8c8d2ca2e09d44b67d7f2fcf8
tree78375d854b04936a6df2823af4a45e6d0fcc79c9
parent7d45d28b5c8846f16a9691fc07adc2651bfd632b
os/bluestore: Remove logging macros from a static function to enable
compilation.

The code will not compile with the following error:

invalid use of member ‘BlockDevice::cct’ in static member function

Unfortunately, these pass Ceph unit tests because libzbc is not installed on
testing machines.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
src/blk/zoned/HMSMRDevice.cc