]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Journaler: use uint64_6 instead of int64_t.
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 19 Nov 2010 18:36:40 +0000 (10:36 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 6 Jan 2011 18:35:24 +0000 (10:35 -0800)
commit14829c412eb826a535bb43a4a6983846f3498ac1
tree6d26ba9f4cee2eab4c7e36a0b6fec79b6db631f9
parentfb074f453e85f15668020149a19ad5b1f25b021d
Journaler: use uint64_6 instead of int64_t.

Since the values can never be negative, this is far more appropriate,
and it results in fewer casts than the other way around.

Signed-off-by: Greg Farnum <gregf@hq.newdream.net>
src/osdc/Journaler.cc
src/osdc/Journaler.h