]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
MOSDOp: drop ops vector in clear_data()
authorSamuel Just <sam.just@inktank.com>
Sat, 1 Mar 2014 21:39:57 +0000 (13:39 -0800)
committerSamuel Just <sam.just@inktank.com>
Sat, 1 Mar 2014 22:53:52 +0000 (14:53 -0800)
commitfc9b8ef06bf95526df60bfcbf954b969e3892c15
tree0074eee10234d8f4f98cfafccdc43ce6ff6c30f0
parent1ea59f6c421e47a2c2bead8e9fac83395b270efe
MOSDOp: drop ops vector in clear_data()

Otherwise, clear_data on MOSDOp will leave essentially
all of the buffers intact.  This is a problem since the
OpTracker mechanism relies on being able to keep the mesage
around without keeping around the data.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/messages/MOSDOp.h
src/msg/Message.h