]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg_meta: use initializer list for passing set<> 28461/head
authorKefu Chai <kchai@redhat.com>
Sun, 9 Jun 2019 10:10:02 +0000 (18:10 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 9 Jun 2019 10:11:27 +0000 (18:11 +0800)
commit5a028137e8280b63f4d30cf30457b916fa3176fe
treef1f6fcda00f3bfd076b5a1ae25696f1d7606d91f
parentb4d67ab9783c7f5dcc452c72c6896d7470d959aa
crimson/osd/pg_meta: use initializer list for passing set<>

we cannot assume that the data in string views are always nul
terminated.

this change partially reverts 82fedbd0089073cfe86640eaa7d73ed1e2545c31.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg_meta.cc