diff options
Diffstat (limited to 'fs/userfaultfd.c')
-rw-r--r-- | fs/userfaultfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/userfaultfd.c b/fs/userfaultfd.c index 41a75f9f23fd..743eaa646898 100644 --- a/fs/userfaultfd.c +++ b/fs/userfaultfd.c | |||
@@ -937,10 +937,10 @@ static inline struct userfaultfd_wait_queue *find_userfault_evt( | |||
937 | return find_userfault_in(&ctx->event_wqh); | 937 | return find_userfault_in(&ctx->event_wqh); |
938 | } | 938 | } |
939 | 939 | ||
940 | static unsigned int userfaultfd_poll(struct file *file, poll_table *wait) | 940 | static __poll_t userfaultfd_poll(struct file *file, poll_table *wait) |
941 | { | 941 | { |
942 | struct userfaultfd_ctx *ctx = file->private_data; | 942 | struct userfaultfd_ctx *ctx = file->private_data; |
943 | unsigned int ret; | 943 | __poll_t ret; |
944 | 944 | ||
945 | poll_wait(file, &ctx->fd_wqh, wait); | 945 | poll_wait(file, &ctx->fd_wqh, wait); |
946 | 946 | ||