]> sourceware.org Git - lvm2.git/commit - WHATS_NEW_DM
Remove unsupported udev_get_dev_path libudev call used for checking udev dir.
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 29 May 2012 08:09:10 +0000 (08:09 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 29 May 2012 08:09:10 +0000 (08:09 +0000)
commit06738cac051b671ed26bd137676713eab457b37f
treed4c74bfbcc185af8abaa2bcab22255664baf58fb
parent8cdb78d0dd6e8f9a8d130712c3ce5a676a8755c1
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.
WHATS_NEW_DM
lib/commands/toolcontext.c
lib/misc/lvm-wrappers.c
lib/misc/lvm-wrappers.h
libdm/libdevmapper.h
tools/dmsetup.c
This page took 0.034133 seconds and 5 git commands to generate.