Loading fs/cachefiles/daemon.c +3 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ static ssize_t cachefiles_daemon_read(struct file *, char __user *, size_t, loff_t *); static ssize_t cachefiles_daemon_write(struct file *, const char __user *, size_t, loff_t *); static unsigned int cachefiles_daemon_poll(struct file *, static __poll_t cachefiles_daemon_poll(struct file *, struct poll_table_struct *); static int cachefiles_daemon_frun(struct cachefiles_cache *, char *); static int cachefiles_daemon_fcull(struct cachefiles_cache *, char *); Loading Loading @@ -291,11 +291,11 @@ static ssize_t cachefiles_daemon_write(struct file *file, * poll for culling state * - use POLLOUT to indicate culling state */ static unsigned int cachefiles_daemon_poll(struct file *file, static __poll_t cachefiles_daemon_poll(struct file *file, struct poll_table_struct *poll) { struct cachefiles_cache *cache = file->private_data; unsigned int mask; __poll_t mask; poll_wait(file, &cache->daemon_pollwq, poll); mask = 0; Loading fs/coda/psdev.c +2 −2 Original line number Diff line number Diff line Loading @@ -61,10 +61,10 @@ static struct class *coda_psdev_class; * Device operations */ static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) static __poll_t coda_psdev_poll(struct file *file, poll_table * wait) { struct venus_comm *vcp = (struct venus_comm *) file->private_data; unsigned int mask = POLLOUT | POLLWRNORM; __poll_t mask = POLLOUT | POLLWRNORM; poll_wait(file, &vcp->vc_waitq, wait); mutex_lock(&vcp->vc_mutex); Loading fs/debugfs/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ FULL_PROXY_FUNC(unlocked_ioctl, long, filp, PROTO(struct file *filp, unsigned int cmd, unsigned long arg), ARGS(filp, cmd, arg)); static unsigned int full_proxy_poll(struct file *filp, static __poll_t full_proxy_poll(struct file *filp, struct poll_table_struct *wait) { struct dentry *dentry = F_DENTRY(filp); Loading fs/dlm/plock.c +2 −2 Original line number Diff line number Diff line Loading @@ -463,9 +463,9 @@ static ssize_t dev_write(struct file *file, const char __user *u, size_t count, return count; } static unsigned int dev_poll(struct file *file, poll_table *wait) static __poll_t dev_poll(struct file *file, poll_table *wait) { unsigned int mask = 0; __poll_t mask = 0; poll_wait(file, &send_wq, wait); Loading fs/dlm/user.c +1 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,7 @@ static ssize_t device_read(struct file *file, char __user *buf, size_t count, return rv; } static unsigned int device_poll(struct file *file, poll_table *wait) static __poll_t device_poll(struct file *file, poll_table *wait) { struct dlm_user_proc *proc = file->private_data; Loading Loading
fs/cachefiles/daemon.c +3 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ static ssize_t cachefiles_daemon_read(struct file *, char __user *, size_t, loff_t *); static ssize_t cachefiles_daemon_write(struct file *, const char __user *, size_t, loff_t *); static unsigned int cachefiles_daemon_poll(struct file *, static __poll_t cachefiles_daemon_poll(struct file *, struct poll_table_struct *); static int cachefiles_daemon_frun(struct cachefiles_cache *, char *); static int cachefiles_daemon_fcull(struct cachefiles_cache *, char *); Loading Loading @@ -291,11 +291,11 @@ static ssize_t cachefiles_daemon_write(struct file *file, * poll for culling state * - use POLLOUT to indicate culling state */ static unsigned int cachefiles_daemon_poll(struct file *file, static __poll_t cachefiles_daemon_poll(struct file *file, struct poll_table_struct *poll) { struct cachefiles_cache *cache = file->private_data; unsigned int mask; __poll_t mask; poll_wait(file, &cache->daemon_pollwq, poll); mask = 0; Loading
fs/coda/psdev.c +2 −2 Original line number Diff line number Diff line Loading @@ -61,10 +61,10 @@ static struct class *coda_psdev_class; * Device operations */ static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) static __poll_t coda_psdev_poll(struct file *file, poll_table * wait) { struct venus_comm *vcp = (struct venus_comm *) file->private_data; unsigned int mask = POLLOUT | POLLWRNORM; __poll_t mask = POLLOUT | POLLWRNORM; poll_wait(file, &vcp->vc_waitq, wait); mutex_lock(&vcp->vc_mutex); Loading
fs/debugfs/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ FULL_PROXY_FUNC(unlocked_ioctl, long, filp, PROTO(struct file *filp, unsigned int cmd, unsigned long arg), ARGS(filp, cmd, arg)); static unsigned int full_proxy_poll(struct file *filp, static __poll_t full_proxy_poll(struct file *filp, struct poll_table_struct *wait) { struct dentry *dentry = F_DENTRY(filp); Loading
fs/dlm/plock.c +2 −2 Original line number Diff line number Diff line Loading @@ -463,9 +463,9 @@ static ssize_t dev_write(struct file *file, const char __user *u, size_t count, return count; } static unsigned int dev_poll(struct file *file, poll_table *wait) static __poll_t dev_poll(struct file *file, poll_table *wait) { unsigned int mask = 0; __poll_t mask = 0; poll_wait(file, &send_wq, wait); Loading
fs/dlm/user.c +1 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,7 @@ static ssize_t device_read(struct file *file, char __user *buf, size_t count, return rv; } static unsigned int device_poll(struct file *file, poll_table *wait) static __poll_t device_poll(struct file *file, poll_table *wait) { struct dlm_user_proc *proc = file->private_data; Loading