]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ghobject_t: use # instead of ! as a separator 8055/head
authorSage Weil <sage@redhat.com>
Fri, 11 Mar 2016 18:09:53 +0000 (13:09 -0500)
committerSage Weil <sage@redhat.com>
Fri, 11 Mar 2016 18:09:53 +0000 (13:09 -0500)
commit4bd31faee0b0de908069287fa14c74dc889b41e5
treeb3f96110330bb74d757c8bd9b9f48f5a03186084
parent2f81879434ebeb956a061ac55acc52fdd7119669
ghobject_t: use # instead of ! as a separator

! (and @) confuse less's search (/ then ! is magic).  # behaves
as expected.

Tried to fix this in 30b257c66b9d35d2f32221f76a391d18ead65756 and
failed :(.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/hobject.cc
src/test/osd/types.cc