]> sourceware.org Git - lvm2.git/commit
Fix dm-mod autoloading logic to not assume control node is set correctly.
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 18 Aug 2010 13:11:56 +0000 (13:11 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 18 Aug 2010 13:11:56 +0000 (13:11 +0000)
commit88b97d8f309c2d43216163a380e182805e8a76f6
tree790b073915069b4b24ef2dcdbec59151264738f5
parent53670b18f5f5a8c3f6449bca9a0b996fd4a818b3
Fix dm-mod autoloading logic to not assume control node is set correctly.

We can't rely on the fact that udev should prepare the node with right major
and minor number to trigger the module autoloading. We have to take into
account that the node could be missing or it could exist with improper
major and minor number assigned (e.g. from previous kernel versions in
an environment with static nodes and without udev). Make any corrections
if needed!
WHATS_NEW_DM
libdm/ioctl/libdm-iface.c
This page took 0.033539 seconds and 5 git commands to generate.