1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix _create_and_load_v4 not to lose the --addnodeoncreate setting (1.02.62).

This commit is contained in:
Alasdair Kergon 2011-03-01 23:27:06 +00:00
parent e3dd1c81e9
commit 8f91593c25
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.64 -
===================================
Fix _create_and_load_v4 not to lose the --addnodeoncreate setting (1.02.62).
Add inactive table query support for kernel driver >= 4.11.6 (RHEL 5.7).
Log debug open_count in _node_has_closed_parents().
Change dm_report_field_string() API to accept const char *const *data.

View File

@ -1753,6 +1753,7 @@ static int _create_and_load_v4(struct dm_task *dmt)
/* FIXME: Just for udev_check in dm_task_run. Can we avoid this? */
task->event_nr = dmt->event_nr & DM_UDEV_FLAGS_MASK;
task->cookie_set = dmt->cookie_set;
task->add_node = dmt->add_node;
r = dm_task_run(task);
dm_task_destroy(task);