]> sourceware.org Git - dm.git/commitdiff
pre-commit v1_02_27
authorAlasdair Kergon <agk@redhat.com>
Wed, 25 Jun 2008 14:24:17 +0000 (14:24 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 25 Jun 2008 14:24:17 +0000 (14:24 +0000)
VERSION
WHATS_NEW
lib/libdm-deptree.c

diff --git a/VERSION b/VERSION
index 56977cb666883174c7256f65a78e34793a74f583..459ad77cbca723cd90e6c9d9091f5fc9f64a0133 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.02.27-cvs (2008-06-06)
+1.02.27-cvs (2008-06-25)
index 33730ea55cdf93e0b968a72f9f9261fefa8941f4..9880e911d83920e823802d7deef82c747dd962df 100644 (file)
--- 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.
index 8404a7bd5b058d5d47abc481f03ce293bc79e193..c73ed50f4ee80a09b0342b623fa8d3351ee1be2b 100644 (file)
@@ -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);
This page took 0.047671 seconds and 5 git commands to generate.