1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdm
Peter Rajnoha f89f7955fc Revert unsuccessful table load preparation in combined "create, load and resume" scenario.
There was missing "revert" call in _create_and_load_v4 fn while the preparation
for table load ends up with failure in create/load/resume sequence. Otherwise
we could end up with a device being created, but not table-loaded nor resumed.

Even though the table is not loaded and the device is not resumed at this
stage, we still need to synchronize with udev when calling the revert
"remove" ioctl - there's still a remove uevent generated! The "revert"
code does exactly that.
2010-07-28 10:30:28 +00:00
..
datastruct Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
ioctl Revert unsuccessful table load preparation in combined "create, load and resume" scenario. 2010-07-28 10:30:28 +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 Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
regex [REGEX] calculate dfa states on demand 2010-07-21 12:09:12 +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 __attribute__ consistently throughout. 2010-07-09 15:34:40 +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 Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00