Skip to content

Commit

Permalink
Merge pull request ceph#22728 from majianpeng/fio-compiler-error
Browse files Browse the repository at this point in the history
test/fio: fix compiler failure

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Jun 27, 2018
2 parents af13810 + 3fcd829 commit 289f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/fio/fio_ceph_objectstore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct Collection {
ObjectStore::CollectionHandle ch;
// Can't use mutex directly in vectors hence dynamic allocation

ceph::unique_ptr<std::mutex> lock;
std::unique_ptr<std::mutex> lock;
uint64_t pglog_ver_head = 1;
uint64_t pglog_ver_tail = 1;
uint64_t pglog_dup_ver_tail = 1;
Expand Down

0 comments on commit 289f7ab

Please sign in to comment.