mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
1e48599193
While performing udev sync semaphore's inc/dec operation, we use the result from GETVAL semctl just to print a debug message with current value of that sempahore, nothing else. If the GETVAL fails for whetever reason while the actual inc/dec completes successfully, just log a warning message about the GETVAL (and print the debug messages without the actual semaphore value) and return success for the inc/dec operation as a whole. |
||
---|---|---|
.. | ||
datastruct | ||
ioctl | ||
misc | ||
mm | ||
regex | ||
vdo | ||
all.h | ||
libdm-common.c | ||
libdm-common.h | ||
libdm-config.c | ||
libdm-deptree.c | ||
libdm-file.c | ||
libdm-report.c | ||
libdm-string.c | ||
libdm-targets.c | ||
libdm-timestamp.c | ||
Makefile |