From: Alasdair Kergon Date: Wed, 25 Jun 2008 14:24:17 +0000 (+0000) Subject: pre-commit X-Git-Tag: v1_02_27 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fv1_02_27;p=dm.git pre-commit --- diff --git a/VERSION b/VERSION index 56977cb..459ad77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.02.27-cvs (2008-06-06) +1.02.27-cvs (2008-06-25) diff --git a/WHATS_NEW b/WHATS_NEW index 33730ea..9880e91 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -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/lib/libdm-deptree.c b/lib/libdm-deptree.c index 8404a7b..c73ed50 100644 --- a/lib/libdm-deptree.c +++ b/lib/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);