]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: move rgw_init_ioctx() to rgw_tools.cc
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 19 Aug 2019 10:50:37 +0000 (12:50 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Mon, 19 Aug 2019 10:50:37 +0000 (12:50 +0200)
commit49bbc189fc46b17270ae16e883a6a67398f0be0b
tree9c76f1b7a1ee73c3b5e254ff4a8e6828ef48e57e
parent57b072ccaefee458998e277a0e61af66ad098b8e
rgw: move rgw_init_ioctx() to rgw_tools.cc

move rgw_init_ioctx() out of rgw_rados.cc so that it doesn't need to be
duplicated by services/svc_rados.cc

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1cf90269057ed18636879edef28b6e038352e335)

 Conflicts:
src/rgw/rgw_gc.cc
include conflicts with scope_guard, added rgw_tools include as well which
introduces rgw_init_ioctx
src/rgw/rgw_gc.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_realm_watcher.cc
src/rgw/rgw_tools.cc
src/rgw/rgw_tools.h
src/rgw/services/svc_rados.cc