* device-mapper ./VERSION ./WHATS_NEW lib/libdm- ...
@ 2008-06-25 14:24 agk
0 siblings, 0 replies; only message in thread
From: agk @ 2008-06-25 14:24 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: device-mapper
Changes by: agk@sourceware.org 2008-06-25 14:24:18
Modified files:
. : VERSION WHATS_NEW
lib : libdm-deptree.c
Log message:
pre-commit
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/VERSION.diff?cvsroot=dm&r1=1.136&r2=1.137
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/WHATS_NEW.diff?cvsroot=dm&r1=1.245&r2=1.246
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-deptree.c.diff?cvsroot=dm&r1=1.39&r2=1.40
--- device-mapper/VERSION 2008/06/06 19:22:09 1.136
+++ device-mapper/VERSION 2008/06/25 14:24:17 1.137
@@ -1 +1 @@
-1.02.27-cvs (2008-06-06)
+1.02.27-cvs (2008-06-25)
--- device-mapper/WHATS_NEW 2008/06/25 14:10:33 1.245
+++ device-mapper/WHATS_NEW 2008/06/25 14:24:17 1.246
@@ -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.
--- device-mapper/lib/libdm-deptree.c 2008/06/10 11:19:19 1.39
+++ device-mapper/lib/libdm-deptree.c 2008/06/25 14:24:17 1.40
@@ -937,7 +937,7 @@
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-25 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 14:24 device-mapper ./VERSION ./WHATS_NEW lib/libdm- agk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.