]> sourceware.org Git - lvm2.git/commitdiff
Fix _create_and_load_v4 not to lose the --addnodeoncreate setting (1.02.62).
authorAlasdair Kergon <agk@redhat.com>
Tue, 1 Mar 2011 23:27:06 +0000 (23:27 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 1 Mar 2011 23:27:06 +0000 (23:27 +0000)
WHATS_NEW_DM
libdm/ioctl/libdm-iface.c

index e0d55d093bf66b370a6b455260c976b7cc323a4d..ec459b50c87e118588982ec989427ceacc2446d9 100644 (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.
index 539f892da1fdbc1a95befd64fd7d6e5c2c4e6604..6a2ee221767c01ef4c4d13fd38093cd9b15ae6a5 100644 (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);
This page took 0.03406 seconds and 5 git commands to generate.