]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: s/static std::map/static pointer/ for ext_mime_map
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 18 Jan 2017 04:10:58 +0000 (23:10 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 18 Jan 2017 15:53:03 +0000 (10:53 -0500)
commitd633ecb1fd4f0f397e1de64611bebf93c8ce909f
treeb292d8eb93085af0d7ea1399220e7b407b655729
parent4efc4cab53163f8bf0ff22514805e7dbf26e3dae
rgw:  s/static std::map/static pointer/ for ext_mime_map

In some librgw shutdown cases, it appears that the shared
object runtime has partially destructed the static map when
our shutdown code is running.

Fixes: http://tracker.ceph.com/issues/18585
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_tools.cc