1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-05 13:18:20 +03:00
lvm2/daemons/lvmetad
Zdenek Kabelac 6d4f36c2c7 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-10 13:28:45 +02:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmetactl.c lvmetad: handle update failures 2016-06-07 10:17:00 -05:00
lvmetad-client.h Remove lvm1 and pool disk formats 2018-04-30 16:55:02 -05:00
lvmetad-core.c libdaemon: use pselect to avoid condition checking race 2019-04-10 13:28:45 +02:00
Makefile.in configure: improve test for realtime clock 2017-08-01 14:03:54 +02:00
test.sh Work out some more details in metadata update in lvmetad. 2011-07-19 16:48:13 +00:00
testclient.c coverity: missing check for id_write_format return value 2016-05-31 09:56:10 +02:00