fs: annotate ->poll() instances
[linux-block.git] / fs / fuse / dev.c
index 17f0d05bfd4c4b4dc9a877832ac3d7f88f0acbaa..aa089a6925d0ea6bfa3d3104305084b240e35bc4 100644 (file)
@@ -2004,9 +2004,9 @@ out:
        return ret;
 }
 
-static unsigned fuse_dev_poll(struct file *file, poll_table *wait)
+static __poll_t fuse_dev_poll(struct file *file, poll_table *wait)
 {
-       unsigned mask = POLLOUT | POLLWRNORM;
+       __poll_t mask = POLLOUT | POLLWRNORM;
        struct fuse_iqueue *fiq;
        struct fuse_dev *fud = fuse_get_dev(file);