1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Peter Rajnoha 06738cac05 Remove unsupported udev_get_dev_path libudev call used for checking udev dir.
With latest changes in the udev, some deprecated functions were removed
from libudev amongst which there was the "udev_get_dev_path" function
we used to compare a device directory used in udev and directore set in
libdevmapper. The "/dev" is hardcoded in udev now (udev version >= 183).

Amongst other changes and from packager's point of view, it's also
important to note that the libudev development library ("libudev-devel")
could now be a part of the systemd development library ("systemd-devel")
because of the udev + systemd merge.
2012-05-29 08:09:10 +00:00
..
datastruct Use void pointer instead of char for binary key 2011-03-10 12:48:40 +00:00
ioctl Use already acquired variable... 2012-03-05 14:45:00 +00:00
misc cmirrord now returns log name to kernel in CTR so it can be registered 2011-10-14 14:18:49 +00:00
mm Add cast for ptrdiff_t - cleanup gcc warning 2012-03-01 10:31:35 +00:00
regex Add test for memory allocation failures 2012-02-10 13:49:29 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h Remove unsupported udev_get_dev_path libudev call used for checking udev dir. 2012-05-29 08:09:10 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Adjust wording 2012-03-06 02:42:31 +00:00
libdm-common.h Check for multiple mangled names in auto mangling mode. 2012-03-05 12:48:12 +00:00
libdm-config.c Log value chosen in _find_config_bool like other variable types do. 2012-05-08 14:31:44 +00:00
libdm-deptree.c Set delay_resume_if_new on deptree snapshot origin. 2012-05-15 21:27:24 +00:00
libdm-file.c Drop unreachable code 2012-02-08 12:59:45 +00:00
libdm-report.c Do not crash for NULL sort_key 2012-02-10 14:00:07 +00:00
libdm-string.c Introduce dm_strncpy 2012-02-23 22:45:43 +00:00
Makefile.in Move the core of the lib/config/config.c functionality into libdevmapper, 2011-08-30 14:55:15 +00:00