]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osdc: Fix a missing ':' for the correct namespace
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 3 Aug 2019 15:04:46 +0000 (17:04 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 3 Aug 2019 15:04:46 +0000 (17:04 +0200)
commit691016dc12d6560dfa06c68826a3afeb23a245e2
tree0e06764e28cba93877c8843aee3084124c02f9b2
parent79b88eaf7cc3b5e09d6ab5495ee558a3c1a4f7d3
osdc: Fix a missing ':' for the correct namespace

Clang complains:
/home/jenkins/workspace/ceph-master/src/osdc/ObjectCacher.cc:1848:22: error: no viable constructor or deduction guide for deduction of template arguments of 'unique_lock'
    std::unique_lock l{lock, std:adopt_lock};

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/osdc/ObjectCacher.cc