Fix returning d_ino and d_type by readdir(3) in non-plus mode
authorJean-Pierre André <jpandre@users.noreply.github.com>
Thu, 18 Mar 2021 09:52:30 +0000 (10:52 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 09:52:30 +0000 (09:52 +0000)
commitbdd2d4110fbc6d2059eb699efad2cca4a7eacccb
tree62ca0ce9b94529a68e376922963993606af2f35a
parent77d662459a0fcdf358d515477d33795837e859d5
Fix returning d_ino and d_type by readdir(3) in non-plus mode

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>
ChangeLog.rst
example/passthrough.c
lib/fuse.c
test/readdir_inode.c
test/test_examples.py