Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-03-18 | Fix returning d_ino and d_type by readdir(3) in non-plus mode | Jean-Pierre André | -3/+15 | |
When not using the readdir_plus mode, the d_type was not returned, and the use_ino flag was not used for returning d_ino. This patch fixes the returned values for d_ino and d_type by readdir(3) The test for the returned value of d_ino has been adjusted to also take the d_type into consideration and to check the returned values in both basic readdir and readdir_plus modes. This is done by executing the passthrough test twice. Co-authored-by: Jean-Pierre André <jpandre@users.sourceforge.net> | ||||
2021-02-03 | Fix 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. |