anntotate the places where ->poll() return values go

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-03 22:25:56 -04:00
parent a3f8683bf7
commit e6c8adca20
12 changed files with 15 additions and 14 deletions

View File

@@ -210,7 +210,7 @@ static unsigned int full_proxy_poll(struct file *filp,
struct poll_table_struct *wait)
{
struct dentry *dentry = F_DENTRY(filp);
unsigned int r = 0;
__poll_t r = 0;
const struct file_operations *real_fops;
if (debugfs_file_get(dentry))