summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Farnum <greg@inktank.com>2013-09-19 17:57:34 -0700
committerGreg Farnum <greg@inktank.com>2013-09-19 18:14:59 -0700
commit0678dcdd3cc02ef6a1aec383b41a68d50a933071 (patch)
treea66b55e155bf2cbd97088b076149428380f63139
parent53e17c2a6f6287f8d742f568bef3bfbe8d389183 (diff)
downloadceph-0678dcdd3cc02ef6a1aec383b41a68d50a933071.tar.gz
OpRequest: remove obsolete comment about ref-counting (use OpRequestRef!)
Signed-off-by: Greg Farnum <greg@inktank.com>
-rw-r--r--src/osd/OpRequest.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/OpRequest.h b/src/osd/OpRequest.h
index 3f740aac6e8..d429e6e717f 100644
--- a/src/osd/OpRequest.h
+++ b/src/osd/OpRequest.h
@@ -98,9 +98,6 @@ public:
/**
* The OpRequest takes in a Message* and takes over a single reference
* to it, which it puts() when destroyed.
- * OpRequest is itself ref-counted. The expectation is that you get a Message
- * you want to track, create an OpRequest with it, and then pass around that OpRequest
- * the way you used to pass around the Message.
*/
struct OpRequest : public TrackedOp {
friend class OpTracker;