Skip to content

Commit

Permalink
osd: cleanup: Specify both template types for create_request()
Browse files Browse the repository at this point in the history
Code consistency

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit cecdc49)
  • Loading branch information
dzafman committed Jul 12, 2016
1 parent 9bc8fcb commit d66c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.cc
Expand Up @@ -5554,7 +5554,7 @@ void OSD::ms_fast_dispatch(Message *m)
m->put();
return;
}
OpRequestRef op = op_tracker.create_request<OpRequest>(m);
OpRequestRef op = op_tracker.create_request<OpRequest, Message*>(m);
{
#ifdef WITH_LTTNG
osd_reqid_t reqid = op->get_reqid();
Expand Down

0 comments on commit d66c5b9

Please sign in to comment.