]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: ~0x -> ~
authorSage Weil <sage@redhat.com>
Mon, 23 May 2016 19:16:38 +0000 (15:16 -0400)
committerSage Weil <sage@redhat.com>
Wed, 1 Jun 2016 15:40:48 +0000 (11:40 -0400)
commitea1a787c65e6fb3f8e23df3b3f8b9ad535b3b7b5
tree152fe39fb2a213cea285cc21d3d56ecffdab97ac
parent183db05a35cc3bd84b45f12a05780f5157659895
os/bluestore: ~0x -> ~

e.g., 0x432da000~1000 instead of 0x432da000~0x1000

I think it's sufficiently clear that the value after ~ should have the same
base as the first bit, and it's easier to read.  And less text.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BitmapFreelistManager.cc
src/os/bluestore/BlueStore.cc
src/os/bluestore/KernelDevice.cc
src/os/bluestore/bluestore_types.cc