]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fold byte_range_t into client_writeable_range_t
authorGreg Farnum <greg@inktank.com>
Thu, 31 Jan 2013 19:00:36 +0000 (11:00 -0800)
committerGreg Farnum <greg@inktank.com>
Tue, 5 Feb 2013 21:29:05 +0000 (13:29 -0800)
commit87da20bfa1d2ef6113958b764bb2fdfbeb4db173
tree790cecea5ac2d1d136eb6939327b2065b5259ca9
parent49eb4d68a40c0376bd1486c8cc1ff2a5ff580875
mds: fold byte_range_t into client_writeable_range_t

As part of this, fold byte_range_t into it as a sub-struct
and eliminate its free-standing functions (it's too small
to live alone).

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/mdstypes.cc
src/mds/mdstypes.h