|
@@ -856,7 +856,7 @@ struct file_operations {
|
|
|
ssize_t (*read_iter) (struct kiocb *, struct iov_iter *);
|
|
|
ssize_t (*write_iter) (struct kiocb *, struct iov_iter *);
|
|
|
int (*iterate) (struct file *, struct dir_context *);
|
|
|
- unsigned int (*poll) (struct file *, struct poll_table_struct *);
|
|
|
+ __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
|
|
long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);
|
|
|
long (*compat_ioctl) (struct file *, unsigned int, unsigned long);
|
|
|
int (*mmap) (struct file *, struct vm_area_struct *);
|