From: Mykola Golub Date: Thu, 19 Sep 2019 14:25:32 +0000 (+0100) Subject: librbd: invalid tracepoint in rbd_snap_get_group_namespace X-Git-Tag: v15.1.0~565^2~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b58817f1f7714f0f383a0125a344d10c22333ae7;p=ceph.git librbd: invalid tracepoint in rbd_snap_get_group_namespace Signed-off-by: Mykola Golub --- diff --git a/src/librbd/librbd.cc b/src/librbd/librbd.cc index fdd7c17d99e5..5e729893f83a 100644 --- a/src/librbd/librbd.cc +++ b/src/librbd/librbd.cc @@ -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; }