]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd_types: use uint64_t for ObjectExtent offsets and lengths
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 7 Mar 2012 00:15:18 +0000 (16:15 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 13 Mar 2012 18:46:02 +0000 (11:46 -0700)
commit16f99606c957cdf929561aa23419bf45823e6a70
tree96ea179ae6cb4b7822309777f743fdf1c98a465e
parent095c3a0e712eac4169045b0b93453a653e6d6758
osd_types: use uint64_t for ObjectExtent offsets and lengths

This is just client in-memory state, and allows us to address objects >4GiB,
to match the existing librados/Objecter interfaces.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/client/SyntheticClient.cc
src/osd/osd_types.h
src/osdc/Filer.cc
src/osdc/ObjectCacher.cc
src/osdc/Objecter.cc
src/osdc/Objecter.h