diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 33730ea55..9880e911d 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,5 +1,5 @@ -Version 1.02.27 - -=============================== +Version 1.02.27 - 25th June 2008 +================================ Align struct memblock in dbg_malloc for sparc. Add --unquoted and --rows to dmsetup. Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro. diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c index 8404a7bd5..c73ed50f4 100644 --- a/libdm/libdm-deptree.c +++ b/libdm/libdm-deptree.c @@ -937,7 +937,7 @@ static int _suspend_node(const char *name, uint32_t major, uint32_t minor, log_verbose("Suspending %s (%" PRIu32 ":%" PRIu32 ")%s%s", name, major, minor, skip_lockfs ? "" : " with filesystem sync", - no_flush ? " without device flush" : ""); + no_flush ? "" : " with device flush"); if (!(dmt = dm_task_create(DM_DEVICE_SUSPEND))) { log_error("Suspend dm_task creation failed for %s", name);