1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/libdm
Peter Rajnoha e2bc7a277e 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!
2010-08-18 13:11:56 +00:00
..
datastruct Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
ioctl Fix dm-mod autoloading logic to not assume control node is set correctly. 2010-08-18 13:11:56 +00:00
misc Use flexible data[] in cmirrord request to prevent abort in runtime size checks. 2010-06-22 13:11:29 +00:00
mm [MM] Make valgrind aware of the pool allocators 2010-08-09 10:56:01 +00:00
regex [REGEX] fix a long standing off-by-one error (found by valgrind-pool) 2010-08-09 10:58:27 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h It's not enough to check for the kernel module in the case of cluster 2010-07-21 13:40:21 +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 Use void parameter for function definition. 2010-08-03 13:06:35 +00:00
libdm-common.h Several changes to udev support code: 2009-10-26 14:29:33 +00:00
libdm-deptree.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
libdm-file.c Fix dm_create_lockfile error paths - incorrectly unlinked in-use lockfile. 2010-07-27 21:56:14 +00:00
libdm-report.c Remove C++ private keyword from headers. 2010-06-16 13:01:25 +00:00
libdm-string.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00