Module Name: src Committed By: manu Date: Mon Jan 6 08:56:34 UTC 2014
Modified Files: src/lib/libperfuse: ops.c Log Message: For filesystems mounted without -o use_ino, readdir is not able to fetch inode number. We perfom an addtional lookup on each file to get it. In that case, do not lookup .. from root, as it breaks out of the filesystem and hits NULL pointers. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/lib/libperfuse/ops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.