example/passthrough: Enable testing of readdirplus without fill offsets
authorAmir Goldstein <amir73il@gmail.com>
Thu, 2 Jan 2025 19:25:13 +0000 (20:25 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commitc105b8fbfad6398b064f547e3ad193af24e53048
tree3ae9d8b2179f160b365a566457a615fdc0c9ec04
parent92cfa4088a58815ecb99b40c396c253aa7257990
example/passthrough: Enable testing of readdirplus without fill offsets

passthrough example supports the --plus command line argument to reply
to readdirplus with fill_dir_plus and unspecified (0) fill offsets.

As explained in this comment:
https://github.com/libfuse/libfuse/pull/896#issuecomment-1978917041
passthrough example needs a few more changes to be able to test commit
dd95d13a ("fix readdirplus when filler is called with zero offset (#896))

With the changes in this commit, readdirplus without fill offsets
can be tested to verify the readdirplus fix above with command line:

passthrough --plus -o auto_cache,modules=subdir,subdir=/src /mnt

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
example/passthrough.c