Call _do_lookup directly so that we avoid hitting the cache
Signed-off-by: Sage Weil <sage@inktank.com>
<< " got_ino " << got_created_ino
<< " ino " << created_ino
<< dendl;
- r = _lookup(request->dentry->dir->parent_inode, request->dentry->name, &target);
+ r = _do_lookup(request->dentry->dir->parent_inode, request->dentry->name, &target);
} else {
ldout(cct, 10) << "make_request got traceless reply, forcing getattr on #"
<< request->inode->ino << dendl;