1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Zdenek Kabelac f79f7250ce Clvmd restart cleanup
Patch fixes Clang warnings about possible access via lv_name NULL pointer.

Replaces allocation of memory (strdup) with just pointer assignment
(since execve is being called anyway).

Checks for  !*lv_name only when lv_name is defined.
(and as I'm not quite sure what state this really is - putting a FIXME
around - as this rather looks suspicios ??).

Add debug print of passed clvmd args.
2011-09-22 09:47:34 +00:00
..
clvmd Clvmd restart cleanup 2011-09-22 09:47:34 +00:00
cmirrord Check for failing 'stat' and skip this loop iteration 2011-09-21 10:42:53 +00:00
common More gcc warnings removed 2011-09-17 14:49:18 +00:00
dmeventd Keep the old-style function definition 2011-09-14 09:53:32 +00:00
lvmetad Few more updates to lvmetad build deps 2011-09-19 00:29:11 +00:00
Makefile.in Few more updates to lvmetad build deps 2011-09-19 00:29:11 +00:00