]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: s/random_shuffle()/shuffle()/ 19872/head
authorKefu Chai <kchai@redhat.com>
Tue, 9 Jan 2018 14:54:34 +0000 (22:54 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Jan 2018 07:08:41 +0000 (15:08 +0800)
commita2f38be93264be0bf8c4bf382d277d97f19de0a6
treef8c572580e2f1ae0d1d65b8c8f4dcbc472466fdf
parent9d788c6a5b996cb66866d3c1f29facdbcfcd9722
osd: s/random_shuffle()/shuffle()/

random_shuffle() is deprecated in C++14, and is removed in C++17

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/ReplicatedBackend.cc
src/test/common/test_prioritized_queue.cc