[Pvfs2-cvs] commit by pw in pvfs2/src/client/sysint:
lookup-ncache.sm
CVS commit program
cvs at parl.clemson.edu
Fri Dec 21 11:14:08 EST 2007
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv10957/src/client/sysint
Modified Files:
lookup-ncache.sm
Log Message:
Change debugging messages slightly to emphasize that ncache returns a hit
only on one segment of the lookup path at a time.
Index: lookup-ncache.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/lookup-ncache.sm,v
diff -u -p -p -u -r1.18 -r1.19
--- lookup-ncache.sm 30 Aug 2007 00:13:41 -0000 1.18
+++ lookup-ncache.sm 21 Dec 2007 16:14:08 -0000 1.19
@@ -135,7 +135,7 @@ static int lookup_ncache_lookup(struct P
fake_resp.u.lookup_path.attr_count = 0;
gossip_debug(
- GOSSIP_NCACHE_DEBUG, "*** ncache hit on %s (%llu|%d)!\n",
+ GOSSIP_NCACHE_DEBUG, "*** ncache hit on first segment of %s (%llu|%d)!\n",
sm_p->msgpair.req.u.lookup_path.path,
llu(object_ref.handle), object_ref.fs_id);
@@ -144,7 +144,7 @@ static int lookup_ncache_lookup(struct P
return 1;
}
- gossip_debug(GOSSIP_NCACHE_DEBUG, "*** ncache clean miss on %s.\n",
+ gossip_debug(GOSSIP_NCACHE_DEBUG, "*** ncache clean miss on first segment of %s.\n",
sm_p->msgpair.req.u.lookup_path.path);
js_p->error_code = LOOKUP_NCACHE_MISS;
More information about the Pvfs2-cvs
mailing list