]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/Mantle: Fixed Mantle's obsolete Lua C++ API
authorTsung-Ju Lii <usefulalgorithm@gmail.com>
Tue, 26 Jun 2018 02:57:51 +0000 (10:57 +0800)
committerTsung-Ju Lii <usefulalgorithm@gmail.com>
Tue, 26 Jun 2018 03:45:05 +0000 (11:45 +0800)
commit610ac4ea0fafbf2d3f9bee6fd92d9f2cfba85d3e
tree4e562fdfd9bf53140896362368d6f46cbc10af8e
parentcade2f96cb9bf00c05ff97e073d5f52c14b9c0ce
mds/Mantle: Fixed Mantle's obsolete Lua C++ API

Changed Mantle's Lua C++ API from using several `luaopen_*` calls to
one `luaL_openlibs` call, since the former has been deprecated from the
release of Lua 5.1.

Signed-off-by: Tsung-Ju (Andy Lii) <usefulalgorithm@gmail.com>
src/mds/Mantle.cc