wrapper: remove poll wrapper
[lttng-modules.git] / lib / ringbuffer / ring_buffer_vfs.c
index af753b9bc21a15d807d9eb882d39173406582717..5468d3502c6f23a080c9494db907186e2aa5b009 100644 (file)
@@ -14,7 +14,6 @@
 #include <wrapper/ringbuffer/backend.h>
 #include <wrapper/ringbuffer/frontend.h>
 #include <wrapper/ringbuffer/vfs.h>
-#include <wrapper/poll.h>
 #include <lttng-tracer.h>
 
 static int put_ulong(unsigned long val, unsigned long arg)
@@ -106,7 +105,6 @@ unsigned int lib_ring_buffer_poll(struct file *filp, poll_table *wait,
        int finalized, disabled;
 
        if (filp->f_mode & FMODE_READ) {
-               poll_wait_set_exclusive(wait);
                poll_wait(filp, &buf->read_wait, wait);
 
                finalized = lib_ring_buffer_is_finalized(config, buf);
This page took 0.030055 seconds and 4 git commands to generate.