]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix nullptr dereference in MDCache::finish_rollback 36439/head
authorYan, Zheng <zyan@redhat.com>
Tue, 14 Jul 2020 12:40:11 +0000 (20:40 +0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 3 Aug 2020 18:32:21 +0000 (11:32 -0700)
commite519da590426914f793da3aa8217c4dd0704d0fb
tree6a4564528be71f3c300e73410c1e5a0a0611e3ed
parent408b1bed6f2fbf18456fa35edf565361a6cfde32
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