mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
Merge pull request #12831 from jcsp/wip-libcephfs-refcount
libcephfs: fix cct refcount constructing from rados Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
commit
b24e4a2213
@ -320,7 +320,6 @@ extern "C" int ceph_create_from_rados(struct ceph_mount_info **cmount,
|
||||
{
|
||||
auto rados = (librados::RadosClient *) cluster;
|
||||
auto cct = rados->cct;
|
||||
cct->get();
|
||||
return ceph_create_with_context(cmount, cct);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user