[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ceph-commit
Subject:    [ceph-commit] branch master updated. v9.0.0-1129-g5652518
From:       ceph-commit () ceph ! com (ceph ! git)
Date:       2015-05-30 17:29:06
Message-ID: 20150530172906.EB2733F528 () ds3426 ! dreamservers ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".

The branch, master has been updated
       via  5652518cf87b35ac5e73ac8b24b37437da6ef7c4 (commit)
       via  55b9e4e29bdfa2dc0442a27921773a2cc260a5bf (commit)
      from  a6479e4efec5f5d58ad3e1c9d76d371f0d216779 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5652518cf87b35ac5e73ac8b24b37437da6ef7c4
Merge: a6479e4 55b9e4e
Author: Yehuda Sadeh <yehuda at redhat.com>
Date:   Sat May 30 20:25:45 2015 +0300

    Merge pull request #4810 from zaitcev/context_io_init_undup
    
    rgw: Drop a redundant context_io.init
    
    Reviewed-by: Yehuda Sadeh <yehuda at redhat.com>

commit 55b9e4e29bdfa2dc0442a27921773a2cc260a5bf
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Fri May 29 17:55:59 2015 -0600

    rgw: Drop a redundant context_io.init
    
    Interestingly enough, the function is not even entirely idempotent:
    it prints debugging output, duplicated.
    
    Signed-off-by: Pete Zaitcev <zaitcev at redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 src/rgw/rgw_main.cc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc
index 2a247e4..9a8aa5f 100644
--- a/src/rgw/rgw_main.cc
+++ b/src/rgw/rgw_main.cc
@@ -716,9 +716,6 @@ static int civetweb_callback(struct mg_connection *conn) {
   RGWRequest *req = new RGWRequest(store->get_new_req_id());
   RGWMongoose client_io(conn, pe->port);
 
-  client_io.init(g_ceph_context);
-
-
   int ret = process_request(store, rest, req, &client_io, olog);
   if (ret < 0) {
     /* we don't really care about return code */


hooks/post-receive
-- 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic