]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
MDS: add null check before we push_back "onfinish"
authorroot <tdd108128@163.com>
Sun, 12 Nov 2017 08:56:02 +0000 (16:56 +0800)
committerroot <tdd108128@163.com>
Sun, 12 Nov 2017 09:06:01 +0000 (17:06 +0800)
commit4954b7ec44480c3820408b6b7ddecf52e4cadc22
tree8c79c481d191b58926c856ac4fba4538b1822b57
parent80bdd3fb4afd262ee3073b4e8377da9238bdaef2
MDS: add null check before we push_back "onfinish"
Fix: finish_context does not expect a null pointer, would cause crash.

Signed-off-by: dongdong tao <tdd21151186@gmail.com>
src/mds/MDSTable.cc