]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix nullptr dereference in MDCache::finish_rollback 37243/head
authorYan, Zheng <zyan@redhat.com>
Tue, 14 Jul 2020 12:40:11 +0000 (20:40 +0800)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 18 Sep 2020 14:55:49 +0000 (14:55 +0000)
commit7af2dba23d19fc8f3ea1a688591c20b69cf56002
treeeeb5690b4b4bf0cec2db407139677d36f46a1554
parent6fcc9ae18070f4d54a41e2d908d7a08d392e5194
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>
(cherry picked from commit 6715514aa577842942a1221a0f25924c53e03834)
src/mds/MDCache.cc