]> sourceware.org Git - lvm2.git/commit
Add support for new IMPORT{db} udev rule.
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 28 Apr 2010 13:37:36 +0000 (13:37 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 28 Apr 2010 13:37:36 +0000 (13:37 +0000)
commit942d6ef29ff0e8ae5f76ca50ed7570ae8f7c5a66
treeeea63b49face763000a642e0fc1a19b0074939b8
parent8b7fc0da1105564a846d3820accafcb490a53ffe
Add support for new IMPORT{db} udev rule.

This rule appeared in udev v152 and it helps us to support spurious events
where we didn't have any flags set (events originated in udevadm trigger
or the watch rule). These flags are important to direct the rule application.
Now, with the help of this rule, we can regenerate old udev db content.
To implement this correctly, we need to flag all proper DM udev events with
DM_UDEV_PRIMARY_SOURCE_FLAG. That happens automatically for all ioctls
generating events originated in libdevmapper.
WHATS_NEW_DM
libdm/ioctl/libdm-iface.c
libdm/libdevmapper.h
tools/dmsetup.c
udev/10-dm.rules.in
This page took 0.030964 seconds and 5 git commands to generate.