1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Zdenek Kabelac 44cfa55843 libdaemon: use pselect to avoid condition checking race
To avoid tiny race on checking arrival of signal and entering select
(that can latter remain stuck as signal was already delivered) switch
to use  pselect().

If it would needed, we can eventually add extra code for older systems
without pselect(), but there are probably no such ancient systems in
use.
2019-04-16 12:18:34 +02:00
..
cmirrord cleanup: use zalloc 2018-12-22 23:55:48 +01:00
dmeventd vdo: enable dmeventd resize 2019-01-21 12:53:16 +01:00
lvmdbusd lvmdbusd: Use UUID instead of name for VG rename 2019-01-16 16:29:05 -06:00
lvmlockd lvextend: refresh shared LV without using select 2019-04-04 13:19:08 -05:00
lvmpolld libdaemon: use pselect to avoid condition checking race 2019-04-16 12:18:34 +02:00
Makefile.in build: Remove lvmetad leftovers 2018-07-24 15:02:32 +02:00