Fix returning inode numbers from readdir() in offset==0 mode. (#584)
authorMartin Pärtel <martin.partel@gmail.com>
Wed, 3 Feb 2021 09:53:21 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 09:53:21 +0000 (09:53 +0000)
commit5012a05ac875c1988263faaa77177c27c62c52bb
tree0207e1ee07d56e020798b89b30bea75d10559f74
parentb9e3ea01dbbbba9518da216dd29c042af871ae31
Fix returning inode numbers from readdir() in offset==0 mode. (#584)

- 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.
ChangeLog.rst
example/passthrough.c
lib/fuse.c
test/meson.build
test/readdir_inode.c [new file with mode: 0644]
test/test_examples.py