Revert poll exclusive
[lttng-modules.git] / ltt-debugfs-abi.c
index f8bee492c3daae003dc7702aaf638ad3af99d0d3..e3f5b55df1219bb2f9ae76313d6532d0bb712f9e 100644 (file)
@@ -564,7 +564,7 @@ unsigned int lttng_channel_poll(struct file *file, poll_table *wait)
        unsigned int mask = 0;
 
        if (file->f_mode & FMODE_READ) {
-               init_poll_funcptr(wait, wrapper_pollwait_exclusive);
+               poll_wait_set_exclusive(wait);
                poll_wait(file, channel->ops->get_hp_wait_queue(channel->chan),
                          wait);
 
This page took 0.021953 seconds and 4 git commands to generate.