ust: collect many channels and start work on pipe listener
[ust.git] / libtracing / relay.c
index 0f503a89d56e0d683b2dea853680ca009c9b8c99..ad22727a5f7102e731ed7cda741f00f847fa5d66 100644 (file)
@@ -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);
 }
 
This page took 0.022325 seconds and 4 git commands to generate.