mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-16 10:51:37 -04:00
perf: enable parallel dirops
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
7bc2dd978e
commit
809532a58a
1
main.c
1
main.c
@ -375,7 +375,6 @@ static void
|
|||||||
ovl_init (void *userdata, struct fuse_conn_info *conn)
|
ovl_init (void *userdata, struct fuse_conn_info *conn)
|
||||||
{
|
{
|
||||||
conn->want |= FUSE_CAP_DONT_MASK | FUSE_CAP_SPLICE_READ | FUSE_CAP_SPLICE_MOVE;
|
conn->want |= FUSE_CAP_DONT_MASK | FUSE_CAP_SPLICE_READ | FUSE_CAP_SPLICE_MOVE;
|
||||||
conn->want &= ~FUSE_CAP_PARALLEL_DIROPS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct ovl_layer *
|
static struct ovl_layer *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user