X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libtracing%2Frelay.c;h=ad22727a5f7102e731ed7cda741f00f847fa5d66;hb=98963de4a2dfae12d8aafa0f9a6d97cf4a44e12d;hp=0f503a89d56e0d683b2dea853680ca009c9b8c99;hpb=9c67dc50afb2eaa1c3966ee73fac3ce55935556c;p=ust.git diff --git a/libtracing/relay.c b/libtracing/relay.c index 0f503a8..ad22727 100644 --- a/libtracing/relay.c +++ b/libtracing/relay.c @@ -181,7 +181,7 @@ static void relay_destroy_buf(struct rchan_buf *buf) static void relay_remove_buf(struct kref *kref) { struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); - buf->chan->cb->remove_buf_file(buf); +//ust// buf->chan->cb->remove_buf_file(buf); relay_destroy_buf(buf); }