This was mostly harmless but this makes the warning go away.
Signed-off-by: Sage Weil <sage@redhat.com>
// legacy alias for this method for pre-octopus clients
cls_register_cxx_method(h_class, "writes_dont_return_data",
CLS_METHOD_WR,
- write_return_data, &h_write_return_data);
+ write_return_data, &h_writes_dont_return_data);
cls_register_cxx_method(h_class, "write_too_much_return_data",
CLS_METHOD_WR,
write_too_much_return_data, &h_write_too_much_return_data);