Re: [PATCH 0/4] Replace virFileMakePath*() with g_mkdir_with_parents()

2021-03-04 Thread Michal Privoznik
On 3/4/21 6:08 PM, Ján Tomko wrote: On a Monday in 2021, Michal Privoznik wrote: While reading through glib manual I've noticed there's g_mkdir_with_parents() which does the same as our virFileMakePath() and virFileMakePathWithMode(). Michal Prívozník (4):  virfile: Replace

Re: [PATCH 0/4] Replace virFileMakePath*() with g_mkdir_with_parents()

2021-03-04 Thread Ján Tomko
On a Monday in 2021, Michal Privoznik wrote: While reading through glib manual I've noticed there's g_mkdir_with_parents() which does the same as our virFileMakePath() and virFileMakePathWithMode(). Michal Prívozník (4): virfile: Replace virFileMakePathHelper() with g_mkdir_with_parents()

[PATCH 0/4] Replace virFileMakePath*() with g_mkdir_with_parents()

2021-03-01 Thread Michal Privoznik
While reading through glib manual I've noticed there's g_mkdir_with_parents() which does the same as our virFileMakePath() and virFileMakePathWithMode(). Michal Prívozník (4): virfile: Replace virFileMakePathHelper() with g_mkdir_with_parents() lib: Replace virFileMakePathWithMode() with