]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Remove unnecessary "check_coll" check
authorHaomai Wang <haomaiwang@gmail.com>
Fri, 21 Feb 2014 12:55:19 +0000 (20:55 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Sat, 22 Feb 2014 13:05:00 +0000 (21:05 +0800)
commit6314350f1670402ca187d70d1fe5d3dfb2b2987c
tree579f6bfe375ea8eb94f084cd93701dacbafb9323
parent88bec06531ce169a44eab03530ff5c721e111119
Remove unnecessary "check_coll" check

The goal of "check_coll" is aimed to ensure the collection is exists. But
the create and delete of collection already ensured by OSD, just remove check.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/KeyValueStore.cc
src/os/KeyValueStore.h