CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/07 22:57:39
Modified files:
lib/libfuse : fuse_ops.c
Log message:
1) our dirent entries are now 8 byte aligned.
2) d_type isn't the file's st_mode, but rather a type that can be derived
from the file's mode.
3) the readdir callback should be setting d_off. Assume for now that
fuse-based filesystems can operate with length based offsets
4) if the file type is unknown, use DT_UNKNOWN explictly instead
of assuming that's equal to zero
ok syl@