]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
librbd: invalid tracepoint in rbd_snap_get_group_namespace
authorMykola Golub <mgolub@suse.com>
Thu, 19 Sep 2019 14:25:32 +0000 (15:25 +0100)
committerMykola Golub <mgolub@suse.com>
Fri, 6 Dec 2019 11:57:43 +0000 (11:57 +0000)
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/librbd.cc

index fdd7c17d99e558200403a3edd2d82c9b45397285..5e729893f83ac10bc586e51d0086be3aded7f082 100644 (file)
@@ -6785,7 +6785,6 @@ extern "C" int rbd_snap_get_group_namespace(rbd_image_t image, uint64_t snap_id,
 extern "C" int rbd_snap_group_namespace_cleanup(rbd_snap_group_namespace_t *group_snap,
                                                 size_t snap_group_namespace_size) {
   if (snap_group_namespace_size != sizeof(rbd_snap_group_namespace_t)) {
-    tracepoint(librbd, snap_get_group_namespace_exit, -ERANGE);
     return -ERANGE;
   }