This message was reversed. We should report "without device flush" if no_flush flag is set. Signed-off-by: Mikulas Patocka --- device-mapper/lib/libdm-deptree.c_ 2008-06-10 03:27:11.000000000 +0200 +++ device-mapper/lib/libdm-deptree.c 2008-06-10 03:27:36.000000000 +0200 @@ -937,7 +937,7 @@ static int _suspend_node(const char *nam log_verbose("Suspending %s (%" PRIu32 ":%" PRIu32 ")%s%s", name, major, minor, skip_lockfs ? "" : " with filesystem sync", - no_flush ? "" : " without device flush"); + no_flush ? " without device flush" : ""); if (!(dmt = dm_task_create(DM_DEVICE_SUSPEND))) { log_error("Suspend dm_task creation failed for %s", name);