]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
object.h: make hobject key private, prevent objects where key == oid
authorSamuel Just <samuel.just@dreamhost.com>
Wed, 7 Sep 2011 21:25:02 +0000 (14:25 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 7 Sep 2011 22:10:33 +0000 (15:10 -0700)
commitbf1963c2ef6e33e6a7e0570b55810c1e9377178a
tree429eb236cc174e8c2702ca18337d54f3fc607fa7
parentc164904db4245d37da3c36d0e74970f53a78b90a
object.h: make hobject key private, prevent objects where key == oid

There should be no difference between an object with a key identical to
its name and an object with the same name but no key.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/include/object.h
src/os/LFNIndex.cc
src/osd/PG.cc
src/osd/ReplicatedPG.cc
src/osd/osd_types.cc