|
@@ -5632,7 +5632,7 @@ static int tracing_release_pipe(struct inode *inode, struct file *file)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static unsigned int
|
|
|
+static __poll_t
|
|
|
trace_poll(struct trace_iterator *iter, struct file *filp, poll_table *poll_table)
|
|
|
{
|
|
|
struct trace_array *tr = iter->tr;
|
|
@@ -5651,7 +5651,7 @@ trace_poll(struct trace_iterator *iter, struct file *filp, poll_table *poll_tabl
|
|
|
filp, poll_table);
|
|
|
}
|
|
|
|
|
|
-static unsigned int
|
|
|
+static __poll_t
|
|
|
tracing_poll_pipe(struct file *filp, poll_table *poll_table)
|
|
|
{
|
|
|
struct trace_iterator *iter = filp->private_data;
|
|
@@ -6605,7 +6605,7 @@ static int tracing_buffers_open(struct inode *inode, struct file *filp)
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static unsigned int
|
|
|
+static __poll_t
|
|
|
tracing_buffers_poll(struct file *filp, poll_table *poll_table)
|
|
|
{
|
|
|
struct ftrace_buffer_info *info = filp->private_data;
|