From 7a8e52d16c0a29c524cb7de4311e215536f17159 Mon Sep 17 00:00:00 2001 From: sage Date: Tue, 14 Feb 2006 20:12:47 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@631 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/osd/OSD.cc | 2 +- ceph/osdc/Filer.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph/osd/OSD.cc b/ceph/osd/OSD.cc index 0231ede4f4c91..f593a98eebf01 100644 --- a/ceph/osd/OSD.cc +++ b/ceph/osd/OSD.cc @@ -2316,8 +2316,8 @@ void OSD::issue_replica_op(PG *pg, OSDReplicaOp *repop, int osd) void OSD::get_repop(OSDReplicaOp *repop) { - dout(15) << "get_repop " << *repop << endl; repop->lock.Lock(); + dout(15) << "get_repop " << *repop << endl; } void OSD::put_repop(OSDReplicaOp *repop) diff --git a/ceph/osdc/Filer.cc b/ceph/osdc/Filer.cc index 77b91e2a09864..c42d2369b5515 100644 --- a/ceph/osdc/Filer.cc +++ b/ceph/osdc/Filer.cc @@ -397,7 +397,7 @@ Filer::write(inode_t& inode, op_modify[last_tid] = p; // send - dout(15) << " write tid " << last_tid << " osd" << it->osd + dout(10) << " write tid " << last_tid << " osd" << it->osd << " oid " << hex << it->oid << dec << " off " << it->offset << " len " << it->len << endl; messenger->send_message(m, MSG_ADDR_OSD(it->osd), 0); } -- 2.39.5