]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Fix duplicate client entries in list to avoid multiple client evictions 30950/head
authorSidharth Anupkrishnan <sanupkri@redhat.com>
Wed, 16 Oct 2019 01:05:51 +0000 (06:35 +0530)
committerSidharth Anupkrishnan <sanupkri@redhat.com>
Fri, 18 Oct 2019 11:42:10 +0000 (17:12 +0530)
commit41dc60a5f7e82e357b857125cd93f44f1597cbeb
treec6f1f0c797741c646fa6db423aec82289755a074
parentf58fd9640af33b94809386176b4143fa7a450d5c
mds: Fix duplicate client entries in list to avoid multiple client evictions

Cannot be cherry-picked from master because the container to be changed that's being used in mimic is std::list instead of std::vector

Fixes: https://tracker.ceph.com/issues/41585
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
(manual backport of f4afb43f3649161516f2350df9fd1d918b13736b)
src/mds/Locker.cc