On 11/01/2012 06:22 PM, Noah Watkins wrote:
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!
I discovered a few more bugs in path_walk() for the symlink case while
debugging your problem. I've pushed fixes and a test case to
wip-fix-symlinks.
-sam
--
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