Re: [PATCH 071/104] virtiofsd: extract root inode init into setup_root()

2020-01-20 Thread Sergio Lopez
Dr. David Alan Gilbert (git) writes: > From: Miklos Szeredi > > Inititialize the root inode in a single place. > > Signed-off-by: Miklos Szeredi > Signed-off-by: Stefan Hajnoczi > --- > tools/virtiofsd/passthrough_ll.c | 26 -- > 1 file changed, 24 insertions(+), 2 de

Re: [PATCH 071/104] virtiofsd: extract root inode init into setup_root()

2020-01-16 Thread Dr. David Alan Gilbert
* Misono Tomohiro (misono.tomoh...@jp.fujitsu.com) wrote: > > From: Miklos Szeredi > > > > Inititialize the root inode in a single place. > > > > Signed-off-by: Miklos Szeredi > > Signed-off-by: Stefan Hajnoczi > > --- > > tools/virtiofsd/passthrough_ll.c | 26 -- > >

Re: [PATCH 071/104] virtiofsd: extract root inode init into setup_root()

2020-01-15 Thread Misono Tomohiro
> From: Miklos Szeredi > > Inititialize the root inode in a single place. > > Signed-off-by: Miklos Szeredi > Signed-off-by: Stefan Hajnoczi > --- > tools/virtiofsd/passthrough_ll.c | 26 -- > 1 file changed, 24 insertions(+), 2 deletions(-) > > diff --git a/tools/vir

[PATCH 071/104] virtiofsd: extract root inode init into setup_root()

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: Miklos Szeredi Inititialize the root inode in a single place. Signed-off-by: Miklos Szeredi Signed-off-by: Stefan Hajnoczi --- tools/virtiofsd/passthrough_ll.c | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/tools/virtiofsd/passthrough_ll.