]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix infinite loop in OpTracker::check_ops_in_flight 26048/head
authorYan, Zheng <zyan@redhat.com>
Mon, 21 Jan 2019 02:08:51 +0000 (10:08 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 21 Jan 2019 02:10:12 +0000 (10:10 +0800)
commitadad2d873a37770e4910b04dfddf92f70964be4a
tree7ef07375c86fbd38e4c9758af5e95af11bb0fc50
parent7d05525cd289063c6c3a6f95b021e73ca2e32e2e
mds: fix infinite loop in OpTracker::check_ops_in_flight

introduced by backport commit 02faf3dc321
"mds: don't report slow request for blocked filelock request"

Fixes: http://tracker.ceph.com/issues/37977
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/common/TrackedOp.cc