]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: fix nullptr dereference in MDCache::finish_rollback
authorYan, Zheng <zyan@redhat.com>
Tue, 14 Jul 2020 12:40:11 +0000 (20:40 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 14 Jul 2020 12:45:12 +0000 (20:45 +0800)
commit6715514aa577842942a1221a0f25924c53e03834
treef02d186b85f4ce31be86c76451f2d88434b30949
parentc3af7f4fb7357be51d61cb154046587e550b8b29
mds: fix nullptr dereference in MDCache::finish_rollback

introduced by commit 4940ab62e0d
"mds: preserve ESlaveUpdate::OP_PREPARE logevent before doing commit"

Fixes: https://tracker.ceph.com/issues/46533
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/MDCache.cc