summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-06-25 14:24:17 +0000
committerAlasdair Kergon <agk@redhat.com>2008-06-25 14:24:17 +0000
commitb097aa787b0e95285032378f0bd99f135360e4b7 (patch)
treecdc304365955bdfc88725f4eaa6550067cbe13c4
parent723be0fe69f6aafc731429555f85baf74bb8e4f3 (diff)
downloadlvm2-old-dm_v1_02_27.tar.gz
-rw-r--r--WHATS_NEW_DM4
-rw-r--r--libdm/libdm-deptree.c2
2 files changed, 3 insertions, 3 deletions
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);