]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix write operation on a deleted object in the same transaction
authorHaomai Wang <haomaiwang@gmail.com>
Wed, 26 Feb 2014 09:46:07 +0000 (17:46 +0800)
committerroot <root@ceph-test.(none)>
Tue, 26 Aug 2014 04:39:35 +0000 (04:39 +0000)
commite8dcb8cc603cff64bafc11ee42c5c04a9cf85d12
tree6aedec0ead9834d0e307b3271bb31e397a493f74
parente0ae6f9de685b60eee5efa5ca960c7a15481e41a
Fix write operation on a deleted object in the same transaction

If the following op happened:
touch obj
delete obj
write obj

KeyValueStore will fail at "write" operation.

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