diff options
Diffstat (limited to 'fs/proc_namespace.c')
-rw-r--r-- | fs/proc_namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c index b786840facd9..c8528d587e09 100644 --- a/fs/proc_namespace.c +++ b/fs/proc_namespace.c | |||
@@ -18,12 +18,12 @@ | |||
18 | #include "pnode.h" | 18 | #include "pnode.h" |
19 | #include "internal.h" | 19 | #include "internal.h" |
20 | 20 | ||
21 | static unsigned mounts_poll(struct file *file, poll_table *wait) | 21 | static __poll_t mounts_poll(struct file *file, poll_table *wait) |
22 | { | 22 | { |
23 | struct seq_file *m = file->private_data; | 23 | struct seq_file *m = file->private_data; |
24 | struct proc_mounts *p = m->private; | 24 | struct proc_mounts *p = m->private; |
25 | struct mnt_namespace *ns = p->ns; | 25 | struct mnt_namespace *ns = p->ns; |
26 | unsigned res = POLLIN | POLLRDNORM; | 26 | __poll_t res = POLLIN | POLLRDNORM; |
27 | int event; | 27 | int event; |
28 | 28 | ||
29 | poll_wait(file, &p->ns->poll, wait); | 29 | poll_wait(file, &p->ns->poll, wait); |