Pass FUSE_PARALLEL_DIROPS to kernel (#861)
authorfdinoff <fdinoff@google.com>
Thu, 16 Nov 2023 11:23:20 +0000 (06:23 -0500)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 11:23:20 +0000 (11:23 +0000)
commitc9905341ea34ff9acbc11b3c53ba8bcea35eeed8
tree6d8606fcd4091f47c2eb46e825163034f71de786
parenta466241b45d1dd0bf685513bdeefd6448b63beb6
Pass FUSE_PARALLEL_DIROPS to kernel (#861)

This tells the kernel that parallel lookup/readdir operations are
supported. This is enabled by default but was not passed to the kernel
so you always get the synchronized version.
lib/fuse_lowlevel.c