mirror of
https://github.com/ceph/ceph
synced 2025-03-20 01:07:42 +00:00
crimson/osd/object_context_loader: with_clone_obc to move head
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
parent
efcf292905
commit
4bf99c69f2
@ -47,7 +47,7 @@ using crimson::common::local_conf;
|
||||
crimson::ct_error::enoent::make()
|
||||
};
|
||||
}
|
||||
return this->with_clone_obc_only<State>(head,
|
||||
return this->with_clone_obc_only<State>(std::move(head),
|
||||
oid,
|
||||
std::move(func));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user