summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_background.cc
diff options
context:
space:
mode:
authorYuval Lifshitz <ylifshit@redhat.com>2022-06-07 13:27:53 +0200
committeryuval Lifshitz <ylifshit@redhat.com>2022-08-04 18:22:13 +0200
commitf4501f69701d74caa5c0da0b7247eed80c1f2a3f (patch)
treeab18ead62c41d515dcf80504f1d50e6b8a16e8d2 /src/rgw/rgw_lua_background.cc
parentMerge pull request #47167 from guits/drop-bs-tool-call (diff)
downloadceph-f4501f69701d74caa5c0da0b7247eed80c1f2a3f.tar.xz
ceph-f4501f69701d74caa5c0da0b7247eed80c1f2a3f.zip
rgw/lua: allow read access to object data
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Diffstat (limited to 'src/rgw/rgw_lua_background.cc')
-rw-r--r--src/rgw/rgw_lua_background.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_lua_background.cc b/src/rgw/rgw_lua_background.cc
index ea85193edf7..bfd6d6d59ef 100644
--- a/src/rgw/rgw_lua_background.cc
+++ b/src/rgw/rgw_lua_background.cc
@@ -176,5 +176,5 @@ void Background::create_background_metatable(lua_State* L) {
create_metatable<rgw::lua::RGWTable>(L, true, &rgw_map, &table_mutex);
}
-} //namespace lua
+} //namespace rgw::lua