From 8e857117fc962390848016b04bb9710be4659cd2 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 25 Jun 2008 14:24:17 +0000 Subject: [PATCH] pre-commit --- VERSION | 2 +- WHATS_NEW | 4 ++-- lib/libdm-deptree.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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); -- 2.43.5