]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: fix i386 floating point rounding error 2173/head
authorSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 00:50:39 +0000 (17:50 -0700)
committerSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 00:50:39 +0000 (17:50 -0700)
commit9df9d28009a793d880d1d887a706da0ac9351f61
tree7e051b754239fd94c362ffe22a831a02b007450b
parent96863128e6668257f435c6962263caae0d7d10dd
mon/OSDMonitor: fix i386 floating point rounding error

This would round .123 to .122999 on i386; now it does not.

Backport: firefly
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc