util/stats64: Fix min/max comparisons
commit26a5db322be1e424a815d070ddd04442a5e5df50
authorMax Reitz <mreitz@redhat.com>
Tue, 14 Nov 2017 23:22:23 +0000 (15 00:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Nov 2017 08:34:51 +0000 (15 09:34 +0100)
tree2aed346650edf5433c961a2910966aaf62d2fb70
parent17b50b0c299f1266578b01f7134810362418ac2e
util/stats64: Fix min/max comparisons

stat64_min_slow() and stat64_max_slow() compare the wrong way.  This
makes iotest 136 fail with clang and -m32.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20171114232223.25207-1-mreitz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/stats64.c