mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
pre-commit
This commit is contained in:
parent
9070816ebb
commit
6e1898a5a2
@ -1,5 +1,5 @@
|
|||||||
Version 1.02.27 -
|
Version 1.02.27 - 25th June 2008
|
||||||
===============================
|
================================
|
||||||
Align struct memblock in dbg_malloc for sparc.
|
Align struct memblock in dbg_malloc for sparc.
|
||||||
Add --unquoted and --rows to dmsetup.
|
Add --unquoted and --rows to dmsetup.
|
||||||
Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro.
|
Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro.
|
||||||
|
@ -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",
|
log_verbose("Suspending %s (%" PRIu32 ":%" PRIu32 ")%s%s",
|
||||||
name, major, minor,
|
name, major, minor,
|
||||||
skip_lockfs ? "" : " with filesystem sync",
|
skip_lockfs ? "" : " with filesystem sync",
|
||||||
no_flush ? " without device flush" : "");
|
no_flush ? "" : " with device flush");
|
||||||
|
|
||||||
if (!(dmt = dm_task_create(DM_DEVICE_SUSPEND))) {
|
if (!(dmt = dm_task_create(DM_DEVICE_SUSPEND))) {
|
||||||
log_error("Suspend dm_task creation failed for %s", name);
|
log_error("Suspend dm_task creation failed for %s", name);
|
||||||
|
Loading…
Reference in New Issue
Block a user