]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ObjectCacher: remove NULL checks in flush_set()
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 22 Mar 2013 19:17:43 +0000 (12:17 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 28 Mar 2013 17:46:58 +0000 (10:46 -0700)
commit41568b904de6d155e5ee87c68e9c31cbb69508e5
tree19ce51560fd2fdbdd270fb4853ab5f872b659b30
parent92db06c05dc2cad8ed31648cb08866781aee2855
ObjectCacher: remove NULL checks in flush_set()

Callers will always pass a callback, so assert this and remove the
checks for it being NULL.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/osdc/ObjectCacher.cc