]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Using begin() and empty() to iterate the xlist 34937/head
authorshenhang <shenhang@kuaishou.com>
Thu, 27 Feb 2020 06:01:39 +0000 (14:01 +0800)
committerSidharth Anupkrishnan <sanupkri@redhat.com>
Wed, 6 May 2020 22:20:42 +0000 (03:50 +0530)
commit2b14041365cfffab8938d9b7f500edcf97ebfca4
tree4667850a76f3f5fb0498b6d872761b023b24b295
parent1e9d5ff47920efb04968869eae2a27314033be77
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 432ea90)

 Conflicts:
       src/mds/Server.cc
src/mds/MDCache.cc
src/mds/Server.cc