]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainNamespaceMknodPaths: Create more files in one go
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Jul 2020 08:58:41 +0000 (10:58 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Aug 2020 17:40:35 +0000 (19:40 +0200)
commitf17088975d269df676ef37257493eb96ab931940
tree72a2a22db3ccafe4bfbb894d4880c1556aef89ff
parent86d2e323f4ffdb52e0b53badf18add4a5257991b
qemuDomainNamespaceMknodPaths: Create more files in one go

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 <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_namespace.c