]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: The shard_id_t constructor takes an int8_t
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 10 Apr 2017 17:01:40 +0000 (13:01 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 11 Apr 2017 01:57:14 +0000 (21:57 -0400)
commit7d344d137a8e21fa8835329d9f5f37a8f6593127
tree653c4fe61b90502306c47936ed9b1f59315d4b68
parent05fed82cf4463ffe396d7d68d9458ea649c93939
osd: The shard_id_t constructor takes an int8_t

So pass it -1 rather than 255 to avoid an implicit conversion warning.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/osd/ECMsgTypes.cc