]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgfsng: use EPOLLPRI when polling cgroup.events 3413/head
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 May 2020 13:07:35 +0000 (15:07 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 May 2020 13:07:36 +0000 (15:07 +0200)
commit385e58e8a8664d43175f64b8d44900ff651cec0f
tree078b08c5f851debeae074c797af6d847036752f5
parent443be56560ee9b3c80d35d995520825e3c4c5672
cgfsng: use EPOLLPRI when polling cgroup.events

EPOLLIN will always be true and therefore end up
busy-looping

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc/cgroups/cgfsng.c