]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: remove unused rbd_image_options_t ostream operator 15443/head
authorMykola Golub <mgolub@mirantis.com>
Sat, 3 Jun 2017 08:34:17 +0000 (10:34 +0200)
committerMykola Golub <mgolub@mirantis.com>
Sat, 3 Jun 2017 08:43:01 +0000 (10:43 +0200)
commitc8717ca88cbe666311b0cd8e5c422b903b3030e7
tree4f8bc5fc92e4eb7fca632fa0c01db2dabadaac96
parentbf72bd8dcb2ad8062c4f52bdc3eee4e1b2548e1a
librbd: remove unused rbd_image_options_t ostream operator

This fixes librbd crashes currently observed on master, when
debug is on, because `rbd_image_options_t` is typedef-ed `void *`
and it's operator is used when attempting to print out an
address (`void *`) of any object.

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
src/librbd/internal.cc