]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Fix duplicate client entries in list to avoid multiple client evictions 30951/head
authorSidharth Anupkrishnan <sanupkri@redhat.com>
Wed, 16 Oct 2019 01:24:08 +0000 (06:54 +0530)
committerSidharth Anupkrishnan <sanupkri@redhat.com>
Fri, 18 Oct 2019 11:46:19 +0000 (17:16 +0530)
commit71dd44575b89b686066fedb45c8f6774b5c36db2
tree4f4ea1f24db8437db9621384f48a8beecfc932c0
parent3e83a6e9601b95266e4bd9ab223bc20a7791fec6
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 nautilus 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