]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Using begin() and empty() to iterate the xlist 34338/head
authorshenhang <shenhang@kuaishou.com>
Thu, 27 Feb 2020 06:01:39 +0000 (14:01 +0800)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 10 Apr 2020 07:04:51 +0000 (07:04 +0000)
commit8ddbb7278b024629a8e2ba2f83facad6a653a7b2
treecd00c05d3dcb508820838f84245bdaaba4226dea
parent0ce321da34b0e10ac5d304d0dede6fc6701044ac
mds: Using begin() and empty() to iterate the xlist
Fixes: https://tracker.ceph.com/issues/44316
The item p pointed to maybe cleaned during the process
 of request_kill previous one.

Signed-off-by: Shen Hang <harryshen18@gmail.com>
(cherry picked from commit 432ea90a670d093fcb00edb21432d708ce61c7b1)
src/mds/MDCache.cc
src/mds/Server.cc