]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: fix typo in PgPriorSet constructor
authorSamuel Just <samuel.just@dreamhost.com>
Tue, 13 Sep 2011 21:40:27 +0000 (14:40 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Tue, 13 Sep 2011 21:40:56 +0000 (14:40 -0700)
commit6c81960e15a5b7455822b6742a2e0ac27fd2e200
treedbeab52225063b932575277886b6aa375710bd8a
parent5b57fb635c45240015fd51cd2364a155db79d214
PG: fix typo in PgPriorSet constructor

down.insert(o) rather than down.insert(0)

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/osd/PG.cc