Re: [PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV

2020-01-16 Thread Sergio Lopez
Dr. David Alan Gilbert (git) writes: > From: Vivek Goyal > > Caller can set FUSE_WRITE_KILL_PRIV in write_flags. Parse it and pass it > to the filesystem. > > Signed-off-by: Vivek Goyal > --- > tools/virtiofsd/fuse_common.h | 6 +- > tools/virtiofsd/fuse_lowlevel.c | 4 +++- > 2 files c

Re: [PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV

2020-01-15 Thread Dr. David Alan Gilbert
* Misono Tomohiro (misono.tomoh...@jp.fujitsu.com) wrote: > > From: Vivek Goyal > > > > Caller can set FUSE_WRITE_KILL_PRIV in write_flags. Parse it and pass it > > to the filesystem. > > > > Signed-off-by: Vivek Goyal > > --- > > tools/virtiofsd/fuse_common.h | 6 +- > > tools/virtiofsd

Re: [PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV

2020-01-15 Thread Misono Tomohiro
> From: Vivek Goyal > > Caller can set FUSE_WRITE_KILL_PRIV in write_flags. Parse it and pass it > to the filesystem. > > Signed-off-by: Vivek Goyal > --- > tools/virtiofsd/fuse_common.h | 6 +- > tools/virtiofsd/fuse_lowlevel.c | 4 +++- > 2 files changed, 8 insertions(+), 2 deletions(-

[PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: Vivek Goyal Caller can set FUSE_WRITE_KILL_PRIV in write_flags. Parse it and pass it to the filesystem. Signed-off-by: Vivek Goyal --- tools/virtiofsd/fuse_common.h | 6 +- tools/virtiofsd/fuse_lowlevel.c | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tool