]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: modify a word in log 6906/head
authorYongqiang He <he.yongqiang@h3c.com>
Sat, 12 Dec 2015 20:21:07 +0000 (15:21 -0500)
committerYongqiang He <he.yongqiang@h3c.com>
Sat, 12 Dec 2015 20:22:56 +0000 (15:22 -0500)
This modification changed the word "comit" in line 7704
/* ldout(cct, 10) << "sync_write_comit -- no more unsafe writes, unmount can proceed" << dendl; */
by the word "commit";

Signed-off-by: YongQiang He<he.yongqiang@h3c.com>
src/client/Client.cc

index 8f24ab2b6b53866201e231f1e84a2a20adcdea57..397b2847d839cfc4aafd46366489a3e076d50c44 100644 (file)
@@ -7700,7 +7700,7 @@ void Client::sync_write_commit(InodeRef& in)
 
   ldout(cct, 15) << "sync_write_commit unsafe_sync_write = " << unsafe_sync_write << dendl;
   if (unsafe_sync_write == 0 && unmounting) {
-    ldout(cct, 10) << "sync_write_comit -- no more unsafe writes, unmount can proceed" << dendl;
+    ldout(cct, 10) << "sync_write_commit -- no more unsafe writes, unmount can proceed" << dendl;
     mount_cond.Signal();
   }