Re: [PATCH v1 29/34] qemuDomainNamespaceUnlinkPaths: Turn @paths into string list

2020-07-24 Thread Ján Tomko
On a Wednesday in 2020, Michal Privoznik wrote: So far, the only caller qemuDomainNamespaceUnlinkPath() will always pass a single path to unlink, but similarly to qemuDomainNamespaceMknodPaths() - there are a few callers that would like to pass two or more files to unlink at once (held in a

[PATCH v1 29/34] qemuDomainNamespaceUnlinkPaths: Turn @paths into string list

2020-07-22 Thread Michal Privoznik
So far, the only caller qemuDomainNamespaceUnlinkPath() will always pass a single path to unlink, but similarly to qemuDomainNamespaceMknodPaths() - there are a few callers that would like to pass two or more files to unlink at once (held in a string list). Make the @paths argument a string list