Hello community,

here is the log from the commit of package device-mapper for openSUSE:Factory 
checked in at 2014-08-20 17:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/device-mapper (Old)
 and      /work/SRC/openSUSE:Factory/.device-mapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "device-mapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes      
2014-07-19 08:16:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 
2014-08-20 17:51:56.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 02:32:30 UTC 2014 - [email protected]
+
+- add new option "integrated_flush" to device-mapper
+  bnc#890959, patch: add_integrate_flush_flag.patch
+ 
+-------------------------------------------------------------------

New:
----
  add_integrate_flush_flag.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ device-mapper.spec ++++++
--- /var/tmp/diff_new_pack.UGabbm/_old  2014-08-20 17:51:58.000000000 +0200
+++ /var/tmp/diff_new_pack.UGabbm/_new  2014-08-20 17:51:58.000000000 +0200
@@ -50,6 +50,9 @@
 #bnc#862817,upstraem
 Patch15:        s390-sectorsize4096.patch
 
+#bnc#890959, suse
+Patch16:        add_integrate_flush_flag.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -102,6 +105,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"


++++++ add_integrate_flush_flag.patch ++++++
Index: LVM2.2.02.98/libdm/libdm-deptree.c
===================================================================
--- LVM2.2.02.98.orig/libdm/libdm-deptree.c
+++ LVM2.2.02.98/libdm/libdm-deptree.c
@@ -2077,10 +2077,11 @@ static int _mirror_emit_segment_line(str
                        return_0;
        }
 
-       if (dm_log_userspace)
-               EMIT_PARAMS(pos, "userspace %u %s clustered-%s",
-                           log_parm_count, seg->uuid, logtype);
-       else
+       if (dm_log_userspace) {
+               log_parm_count ++; /* for integrated_flush */
+               EMIT_PARAMS(pos, "userspace %u %s %s clustered-%s",
+                           log_parm_count, seg->uuid, "integrated_flush", 
logtype);
+       } else
                EMIT_PARAMS(pos, "%s %u", logtype, log_parm_count);
 
        if (seg->log)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to