Signed-off-by: David Zafman <david.zafman@inktank.com>
if (!o->size())
return 0;
- Mutex mylock("IoCtxImpl::mutate::mylock");
+ Mutex mylock("IoCtxImpl::operate::mylock");
Cond cond;
bool done;
int r;
if (!o->size())
return 0;
- Mutex mylock("IoCtxImpl::mutate::mylock");
+ Mutex mylock("IoCtxImpl::operate_read::mylock");
Cond cond;
bool done;
int r;
if (snap_seq != CEPH_NOSNAP)
return -EROFS;
- Mutex mylock("IoCtxImpl::write_full::mylock");
+ Mutex mylock("IoCtxImpl::trunc::mylock");
Cond cond;
bool done;
int r;
{
bufferlist inbl, outbl;
- Mutex mylock("IoCtxImpl::watch::mylock");
+ Mutex mylock("IoCtxImpl::unwatch::mylock");
Cond cond;
bool done;
int r;