> filepath path(relpath); > Inode *in; > - int r = path_walk(path, &in); > + int r = path_walk(path, &in, false); > if (r < 0) > return r; Fixes both cases. Thanks! -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html