Re: [PATCH v1 12/34] qemuDomainNamespaceMknodPaths: Create more files in one go

2020-07-24 Thread Ján Tomko
On a Wednesday in 2020, Michal Privoznik wrote: While the previous commit prepared the helper function run in a forked off helper (with corresponding struct), this commit modifies the caller, which now create all files requested in a single process and does not fork off for every single path.

[PATCH v1 12/34] qemuDomainNamespaceMknodPaths: Create more files in one go

2020-07-22 Thread Michal Privoznik
While the previous commit prepared the helper function run in a forked off helper (with corresponding struct), this commit modifies the caller, which now create all files requested in a single process and does not fork off for every single path. Signed-off-by: Michal Privoznik ---