[Pkg-ceph-commits] [ceph] 05/09: Remove patch boots-1.57_2 applied upstream

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:48:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to tag debian/0.80.11-1
in repository ceph.

commit 3f717031fac42370e640451aa9c2fecbdffd7fd9
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Thu Jan 14 22:11:47 2016 +0100

    Remove patch boots-1.57_2 applied upstream
---
 debian/patches/boost-1.57_2.patch | 38 --------------------------------------
 debian/patches/series             |  1 -
 2 files changed, 39 deletions(-)

diff --git a/debian/patches/boost-1.57_2.patch b/debian/patches/boost-1.57_2.patch
deleted file mode 100644
index 156ed47..0000000
--- a/debian/patches/boost-1.57_2.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-commit fcac7ab6305dc3215fdcb46951fa9ee4cbf68ce3
-Author: William A. Kennington III <william at wkennington.com>
-Date:   Sat Sep 20 22:52:31 2014 -0700
-
-    osd: Cleanup boost optionals
-    
-    Signed-off-by: William A. Kennington III <william at wkennington.com>
-    (cherry picked from commit a53ead14c113047567177630b4906136a2109b65)
-
-diff --git a/src/osd/ECBackend.cc b/src/osd/ECBackend.cc
-index 39e3429..5235d4d 100644
---- a/src/osd/ECBackend.cc
-+++ b/src/osd/ECBackend.cc
-@@ -81,7 +81,7 @@ ostream &operator<<(ostream &lhs, const ECBackend::read_result_t &rhs)
-   lhs << "read_result_t(r=" << rhs.r
-       << ", errors=" << rhs.errors;
-   if (rhs.attrs) {
--    lhs << ", attrs=" << rhs.attrs;
-+    lhs << ", attrs=" << rhs.attrs.get();
-   } else {
-     lhs << ", noattrs";
-   }
-diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc
-index c8fb01e..b04f8f4 100644
---- a/src/osd/ReplicatedPG.cc
-+++ b/src/osd/ReplicatedPG.cc
-@@ -5065,7 +5065,10 @@ void ReplicatedPG::do_osd_op_effects(OpContext *ctx)
-   for (list<OpContext::NotifyAck>::iterator p = ctx->notify_acks.begin();
-        p != ctx->notify_acks.end();
-        ++p) {
--    dout(10) << "notify_ack " << make_pair(p->watch_cookie, p->notify_id) << dendl;
-+    if (p->watch_cookie)
-+      dout(10) << "notify_ack " << make_pair(p->watch_cookie.get(), p->notify_id) << dendl;
-+    else
-+      dout(10) << "notify_ack " << make_pair("NULL", p->notify_id) << dendl;
-     for (map<pair<uint64_t, entity_name_t>, WatchRef>::iterator i =
- 	   ctx->obc->watchers.begin();
- 	 i != ctx->obc->watchers.end();
diff --git a/debian/patches/series b/debian/patches/series
index 1f0f44c..8188f00 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,7 +13,6 @@ bash-completion.patch
 rbdmap1-mount.patch
 rbdmap2-hooks.patch
 boost-1.57_1.patch
-boost-1.57_2.patch
 boost-1.58.patch
 fix-build-without-libatomic-ops.patch
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list