]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
remove superfluous second semicolons at end of lines
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 8 May 2014 08:09:25 +0000 (10:09 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 8 May 2014 08:09:25 +0000 (10:09 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
13 files changed:
fusetrace/fusetrace_ll.cc
src/client/Client.cc
src/mds/MDBalancer.cc
src/mds/MDCache.cc
src/mds/Server.cc
src/mon/MonClient.cc
src/os/FileStore.cc
src/os/KeyValueStore.cc
src/osd/PG.cc
src/osd/ReplicatedPG.cc
src/rgw/rgw_cors_s3.cc
src/test/ObjectMap/test_object_map.cc
src/test/osdc/FakeWriteback.cc

index a60a14ca6c18a5a23d0d263acb983d614175e116..4c8eb0d2fd55b1bcaa8c849831cc52c5e4e488b7 100644 (file)
@@ -976,7 +976,7 @@ static void ft_ll_open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi
     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) {
index 6e46d6da75129912eb0fae03f41aedccea097269..19b9c1538619e66b1dd0a6048c07324dfd495690 100644 (file)
@@ -3943,7 +3943,7 @@ int Client::mount(const std::string &mount_root)
   Mutex::Locker lock(client_lock);
 
   if (mounted) {
-    ldout(cct, 5) << "already mounted" << dendl;;
+    ldout(cct, 5) << "already mounted" << dendl;
     return 0;
   }
 
index fbf24c94516bf446bb02b77c2771c7d8ce4cdfec..35c995dae9465abc48af1cea8bbf67f5704f5ae4 100644 (file)
@@ -551,7 +551,7 @@ void MDBalancer::prep_rebalance(int beat)
          if (maxim <= .001) continue;
          try_match(ex->second, maxex,
                    im->first, maxim);
-         if (maxex <= .001) break;;
+         if (maxex <= .001) break;
        }
       }
     }
index ba57b0e4bdd549e782c93355aa7d5c9e32e87fc3..2625f4b5fe6c4af12c17b5591898101fcbae646c 100644 (file)
@@ -2651,7 +2651,7 @@ void MDCache::handle_mds_failure(int who)
   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()) {
index c8a3ebc50cfea041fb463481824353f807a19f31..b634654fd448d968e1d1ecc253eee4dab26bbfd7 100644 (file)
@@ -3102,7 +3102,7 @@ void Server::handle_client_file_setlock(MDRequestRef& mdr)
     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;
index 3a6dda46a92340d5b55a5e8c1c025a874e691566..b9027164c7727c031c6013b892a531f02c968e7e 100644 (file)
@@ -427,7 +427,7 @@ int MonClient::authenticate(double timeout)
   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;
   }
 
index c3ba4db4eddc589a5e89f945c3ec4ab2b8b3caa8..8e58ae78ff51907a5c8bcaf6191b4ff22dc32a1d 100644 (file)
@@ -1387,7 +1387,7 @@ int FileStore::mount()
     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;
@@ -1477,7 +1477,7 @@ int FileStore::mount()
   {
     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;
     }
index ebcd13cb24e60cf7cd9cd6412aea5a9ac6b3d26e..4bd9b5fe4dde1830eab8b8329fe8e2d1f5e12ddc 100644 (file)
@@ -867,7 +867,7 @@ int KeyValueStore::mount()
     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;
index 64d6e45ea2ebcb51a2f4e9870ddbdb0fdfea4878..3e237c32f80bf0b65e1b201c3799f7fc8a9f8f87 100644 (file)
@@ -434,7 +434,7 @@ bool PG::MissingLoc::add_source_info(
   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();
index be71d6fcdd7f0c42d7f411a945ead783efcd1b43..5bf24cc606d8842656a71131cb188c2a89fe5b0b 100644 (file)
@@ -1851,7 +1851,7 @@ void ReplicatedPG::execute_ctx(OpContext *ctx)
     } 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;
@@ -4780,7 +4780,7 @@ void ReplicatedPG::make_writeable(OpContext *ctx)
   // 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) {
index 01150a9e65b6053def4bee4424fe29fed3f540ce..03a452364d2d76a479283e3d9271f646c044208c 100644 (file)
@@ -31,7 +31,7 @@ void RGWCORSRule_S3::to_xml(XMLFormatter& f) {
   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)
index eecd9ea4cf1efe0ac36e02e7eb9ff60f93da9005..22c029fd37823c5e14bb933f520835df18f217d7 100644 (file)
@@ -533,7 +533,7 @@ public:
 
     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));
 
index 7c678cf43d8b60ca028e00461cf6948f40726ee0..42567cbe21f9c164a7e8052e31536ee95737d35e 100644 (file)
@@ -76,7 +76,7 @@ ceph_tid_t FakeWriteback::write(const object_t& oid,
                           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();
 }