From: Yongqiang He Date: Sat, 12 Dec 2015 20:21:07 +0000 (-0500) Subject: client: modify a word in log X-Git-Tag: v10.0.2~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6906%2Fhead;p=ceph.git client: modify a word in log 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 --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 8f24ab2b6b53..397b2847d839 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -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(); }