Don't set FUSE_CAP_PARALLEL_DIROPS by default
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 10 Jan 2024 09:15:43 +0000 (10:15 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 10 Jan 2024 21:11:37 +0000 (21:11 +0000)
commit2c736f516f28dfb5c58aff345c668a5ea6386295
tree6b17705259abaf9123717f2ede0b5dcda7ac76dd
parent22741f5582ea003c3518aff76e8df6561403f88b
Don't set FUSE_CAP_PARALLEL_DIROPS by default

Allowing parallel dir operations could result in a crash in a filesystem
implementation that is not prepared for this.

To be safe keep this flag off by default (this is not a regression, since
there was no public release where this flag wasn't ignored).

If the filesystem wants better performance, then it should set this flag
explicitly.

Fixes: c9905341ea34 ("Pass FUSE_PARALLEL_DIROPS to kernel (#861)")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
include/fuse_common.h
lib/fuse_lowlevel.c