aboutsummaryrefslogtreecommitdiffstats
path: root/test/readdir_inode.c
AgeCommit message (Collapse)AuthorLines
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel-0/+45
- Test added for all passthrough examples. - passthrough.c uses offset==0 mode. The others don't. - passthrough.c changed to set FUSE_FILL_DIR_PLUS to make the test pass. - This fixes #583.