traceout << "ll_open" << endl
<< ino << endl
<< fi->flags << endl
- << (fd > 0 ? fd:0) << endl;;
+ << (fd > 0 ? fd:0) << endl;
trace_lock.Unlock();
if (res == 0) {
Mutex::Locker lock(client_lock);
if (mounted) {
- ldout(cct, 5) << "already mounted" << dendl;;
+ ldout(cct, 5) << "already mounted" << dendl;
return 0;
}
if (maxim <= .001) continue;
try_match(ex->second, maxex,
im->first, maxim);
- if (maxex <= .001) break;;
+ if (maxex <= .001) break;
}
}
}
for (ceph::unordered_map<metareqid_t, MDRequestRef>::iterator p = active_requests.begin();
p != active_requests.end();
++p) {
- MDRequestRef& mdr = p->second;;
+ MDRequestRef& mdr = p->second;
// slave to the failed node?
if (mdr->slave_to_mds == who) {
if (mdr->slave_did_prepare()) {
return;
}
- dout(10) << " state prior to lock change: " << *lock_state << dendl;;
+ dout(10) << " state prior to lock change: " << *lock_state << dendl;
if (CEPH_LOCK_UNLOCK == set_lock.type) {
list<ceph_filelock> activated_locks;
list<Context*> waiters;
Mutex::Locker lock(monc_lock);
if (state == MC_STATE_HAVE_SESSION) {
- ldout(cct, 5) << "already authenticated" << dendl;;
+ ldout(cct, 5) << "already authenticated" << dendl;
return 0;
}
stringstream err2;
if (g_conf->filestore_debug_omap_check && !dbomap->check(err2)) {
- derr << err2.str() << dendl;;
+ derr << err2.str() << dendl;
delete dbomap;
ret = -EINVAL;
goto close_current_fd;
{
stringstream err2;
if (g_conf->filestore_debug_omap_check && !object_map->check(err2)) {
- derr << err2.str() << dendl;;
+ derr << err2.str() << dendl;
ret = -EINVAL;
goto close_current_fd;
}
stringstream err2;
if (g_conf->keyvaluestore_debug_check_backend && !dbomap->check(err2)) {
- derr << err2.str() << dendl;;
+ derr << err2.str() << dendl;
delete dbomap;
ret = -EINVAL;
goto close_current_fd;
const pg_info_t &oinfo,
const pg_missing_t &omissing)
{
- bool found_missing = false;;
+ bool found_missing = false;
// found items?
for (map<hobject_t,pg_missing_t::item>::const_iterator p = needs_recovery_map.begin();
p != needs_recovery_map.end();
} else {
dout(20) << " op order client." << n << " tid " << t << " last was " << p->second << dendl;
if (p->second > t) {
- derr << "bad op order, already applied " << p->second << " > this " << t << dendl;;
+ derr << "bad op order, already applied " << p->second << " > this " << t << dendl;
assert(0 == "out of order op");
}
p->second = t;
// clone?
assert(soid.snap == CEPH_NOSNAP);
dout(20) << "make_writeable " << soid << " snapset=" << ctx->snapset
- << " snapc=" << snapc << dendl;;
+ << " snapc=" << snapc << dendl;
bool was_dirty = ctx->obc->obs.oi.is_dirty();
if (ctx->new_obs.exists) {
f.open_object_section("CORSRule");
/*ID if present*/
if (id.length() > 0) {
- f.dump_string("ID", id);;
+ f.dump_string("ID", id);
}
/*AllowedMethods*/
if (allowed_methods & RGW_CORS_GET)
string strpath(path);
- cerr << "using path " << strpath << std::endl;;
+ cerr << "using path " << strpath << std::endl;
LevelDBStore *store = new LevelDBStore(g_ceph_context, strpath);
assert(!store->create_and_open(cerr));
uint64_t trunc_size, __u32 trunc_seq,
Context *oncommit)
{
- C_Delay *wrapper = new C_Delay(m_cct, oncommit, m_lock, off, NULL, m_delay_ns);;
+ C_Delay *wrapper = new C_Delay(m_cct, oncommit, m_lock, off, NULL, m_delay_ns);
m_finisher->queue(wrapper, 0);
return m_tid.inc();
}