Skip to content

Commit

Permalink
librbd: invalid tracepoint in rbd_snap_get_group_namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Golub <mgolub@suse.com>
  • Loading branch information
trociny committed Nov 6, 2019
1 parent 3feda32 commit 1398205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librbd/librbd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6689,7 +6689,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;
}

Expand Down

0 comments on commit 1398205

Please sign in to comment.