]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: find_ino_dir debugging
authorSage Weil <sage.weil@dreamhost.com>
Fri, 1 Apr 2011 18:10:09 +0000 (11:10 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 1 Apr 2011 18:24:14 +0000 (11:24 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/MDCache.cc

index 8ecf8e1bb9c6ebd0f49222d121a354c64d76e4e4..31c6c475ce3c37d00ad1dd54aa2a2612dc218dcc 100644 (file)
@@ -7038,6 +7038,8 @@ void MDCache::_find_ino_dir(inodeno_t ino, Context *fin, bufferlist& bl, int r)
   filepath path(s.c_str());
   vector<CDentry*> trace;
 
+  dout(10) << "_find_ino_dir traversing to path " << path << dendl;
+
   Context *c = new C_MDS_FindInoDir(this, ino, fin);
   r = path_traverse(NULL, NULL, c, path, &trace, NULL, MDS_TRAVERSE_DISCOVER);
   if (r > 0)