Re: [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-26 Thread Christian Schoenebeck
On Freitag, 26. August 2022 14:38:27 CEST Bin Meng wrote: > On Fri, Aug 26, 2022 at 7:16 PM Christian Schoenebeck > > wrote: > > On Freitag, 26. August 2022 12:30:20 CEST Bin Meng wrote: > > > On Fri, Aug 26, 2022 at 6:09 PM Christian Schoenebeck > > > > > > wrote: > > > > On Mittwoch, 24. Augu

Re: [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-26 Thread Bin Meng
On Fri, Aug 26, 2022 at 7:16 PM Christian Schoenebeck wrote: > > On Freitag, 26. August 2022 12:30:20 CEST Bin Meng wrote: > > On Fri, Aug 26, 2022 at 6:09 PM Christian Schoenebeck > > > > wrote: > > > On Mittwoch, 24. August 2022 11:39:47 CEST Bin Meng wrote: > > > > From: Bin Meng > > > > > >

Re: [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-26 Thread Christian Schoenebeck
On Freitag, 26. August 2022 12:30:20 CEST Bin Meng wrote: > On Fri, Aug 26, 2022 at 6:09 PM Christian Schoenebeck > > wrote: > > On Mittwoch, 24. August 2022 11:39:47 CEST Bin Meng wrote: > > > From: Bin Meng > > > > > > Use the same g_mkdir_with_parents() call to create a directory on > > > al

Re: [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-26 Thread Bin Meng
On Fri, Aug 26, 2022 at 6:09 PM Christian Schoenebeck wrote: > > On Mittwoch, 24. August 2022 11:39:47 CEST Bin Meng wrote: > > From: Bin Meng > > > > Use the same g_mkdir_with_parents() call to create a directory on > > all platforms. > > The same would be g_mkdir(), not g_mkdir_with_parents(),

Re: [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-26 Thread Christian Schoenebeck
On Mittwoch, 24. August 2022 11:39:47 CEST Bin Meng wrote: > From: Bin Meng > > Use the same g_mkdir_with_parents() call to create a directory on > all platforms. The same would be g_mkdir(), not g_mkdir_with_parents(), so please use that instead. > Signed-off-by: Bin Meng > --- > > fsdev/v

[PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

2022-08-24 Thread Bin Meng
From: Bin Meng Use the same g_mkdir_with_parents() call to create a directory on all platforms. Signed-off-by: Bin Meng --- fsdev/virtfs-proxy-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsdev/virtfs-proxy-helper.c b/fsdev/virtfs-proxy-helper.c index 2dde27922