]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
TrackedOp: remove the init_from_message function
authorGreg Farnum <greg@inktank.com>
Tue, 15 Apr 2014 00:11:34 +0000 (17:11 -0700)
committerSamuel Just <sam.just@inktank.com>
Mon, 5 May 2014 21:57:52 +0000 (14:57 -0700)
commitd7e04cc875e6c4d3efdb6c0bf7c93e053a4e43bb
tree7b12a69d6a12ed1b2eb6efc1188ce9a646968772
parent6769f4dc88425396921f94e1a37a1c90758aa3ea
TrackedOp: remove the init_from_message function

I'm not sure why we ever had this instead of just doing things in the
subclass constructor, and the semantics around it don't make much sense
for anything else (we called mark_event first anyway).

Signed-off-by: Greg Farnum <greg@inktank.com>
src/common/TrackedOp.h
src/osd/OpRequest.cc
src/osd/OpRequest.h