Re: [PATCH 082/104] virtiofsd: enable PARALLEL_DIROPS during INIT

2020-01-07 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:38:42PM +, Dr. David Alan Gilbert (git) wrote: > From: Liu Bo > > lookup is a RO operations, PARALLEL_DIROPS can be enabled. > > Signed-off-by: Liu Bo > --- > tools/virtiofsd/fuse_lowlevel.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Daniel P. Berra

[PATCH 082/104] virtiofsd: enable PARALLEL_DIROPS during INIT

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: Liu Bo lookup is a RO operations, PARALLEL_DIROPS can be enabled. Signed-off-by: Liu Bo --- tools/virtiofsd/fuse_lowlevel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/virtiofsd/fuse_lowlevel.c b/tools/virtiofsd/fuse_lowlevel.c index b1ff684de9..4b5fe1d7a1 100644 --- a/t