]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: remove is_write_ready()
authorKefu Chai <kchai@redhat.com>
Tue, 28 Nov 2017 01:50:36 +0000 (09:50 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 Nov 2017 07:20:20 +0000 (15:20 +0800)
commit76f77b3d010c9c97bd9241c7fbd08594c9f3ba78
tree1607b1e7c26b5a187255b1e2a7475421d742c503
parentb1378b343add5134ab881b38a93f47f3f9cb40bb
mon: remove is_write_ready()

is_writeable() is an alias of is_write_ready(). the former is a public
interface, and is well documented. so let's keep is_writeable().

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/PaxosService.h