]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add ISDIRTY, UNDIRTY rados operations 675/head
authorSage Weil <sage@inktank.com>
Wed, 2 Oct 2013 00:04:44 +0000 (17:04 -0700)
committerSage Weil <sage@inktank.com>
Wed, 2 Oct 2013 00:04:44 +0000 (17:04 -0700)
commit0d610926d7179240a8268923631ee9dbdbca6eeb
tree0bc699950a3791ef33aed9d38e990854abd65209
parentdcd475dd57158d7e5f59455ad9cc927df22caa4d
osd: add ISDIRTY, UNDIRTY rados operations

ISDIRTY will query whether the dirty flag is set on an object.  UNDIRTY
will explicitly clear it.  Note that a user doing so will likely run amok
with the caching code.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/ceph_strings.cc
src/include/rados.h
src/include/rados/librados.hpp
src/librados/librados.cc
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h
src/osd/osd_types.cc
src/osdc/Objecter.h
src/test/librados/misc.cc