summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_main.cc
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2015-06-24 01:41:31 +0200
committerYehuda Sadeh <yehuda@redhat.com>2016-02-09 19:21:38 +0100
commit89784aa8807d3cb61f3a19c223203cc65b30da40 (patch)
tree8fc54b1dd2bf54dd29bfe20c10e9a9b4df331569 /src/rgw/rgw_main.cc
parentrgw: rename default pool names (diff)
downloadceph-89784aa8807d3cb61f3a19c223203cc65b30da40.tar.xz
ceph-89784aa8807d3cb61f3a19c223203cc65b30da40.zip
rgw: store immutable metadata entries in heap pool
Define a new pool for immutable metadata, store new meta objects in that pool. (still need to work on the set_attrs case) Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/rgw_main.cc')
-rw-r--r--src/rgw/rgw_main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc
index 6666ef267a3..ee26c55e703 100644
--- a/src/rgw/rgw_main.cc
+++ b/src/rgw/rgw_main.cc
@@ -716,8 +716,6 @@ void RGWFCGXProcess::handle_request(RGWRequest *r)
dout(20) << "process_request() returned " << ret << dendl;
}
- FCGX_Finish_r(fcgx);
-
delete req;
}