(Resending because linux-fsdevel rejected non-text/plain content?) Hi all, I'm running into an issue with Fuse and fstat(). If I call fstat() on a file within a fuse file system I only see an fgetattr() when the file is first created by the open call. If I call fstat() on an existing file, it uses getattr() instead. I initially thought that this was a libfuse issue, but after some debugging I believe it is an issue with the kernel module. I created an issue on the libfuse project here: https://github.com/libfuse/libfuse/issues/62 which has all the information I've gathered so far. If you want I can copy the contents of the issue into an email here, but I figured there was no need to duplicate it. Any ideas? :) Cheers, - Alex. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html