]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd_types: s/stashed/rollback_info_completed and set on create 2227/head
authorSamuel Just <sam.just@inktank.com>
Fri, 1 Aug 2014 21:04:35 +0000 (14:04 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 7 Aug 2014 18:47:52 +0000 (11:47 -0700)
commit4260767973d96978e808cb87ef6ae991104b4f8d
tree6ea59ece26341a4bcf63a4e836609971eb285a5b
parentf95e82b134db0b86dfba27c3f639a9e085e0c326
osd_types: s/stashed/rollback_info_completed and set on create

Originally, this flag indicated that the object had already been stashed and
that therefore recording subsequent changes is unecessary.  We want to set it
on create() as well since operations like [create, writefull] should not need
to stash the object.

Fixes: #8625
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/osd_types.cc
src/osd/osd_types.h