]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cgroup: be robust against cgroup movement races, part 2
authorEric Blake <eblake@redhat.com>
Tue, 21 May 2013 02:30:30 +0000 (20:30 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 25 May 2013 12:00:56 +0000 (06:00 -0600)
commit05bfbdba00af5f319ef2c4d82185873e5de041c1
tree146d59d59937df30c659a80228e1554e844d57d6
parent39dcf00e72d51e3022f1c7a2bc3e40e413d74f89
cgroup: be robust against cgroup movement races, part 2

The previous commit was an incomplete backport of commit 83e4c775,
and as a result made any attempt to start a domain when cgroups
are enabled go into an infinite loop.  This fixes the botched
backport.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/cgroup.c