]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/eventfd.c
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[mirror_ubuntu-artful-kernel.git] / fs / eventfd.c
index 68b9fffcb2c8e71baed05ca7ad7a33db7ed15431..9736df2ce89d2db41e6d19cba88a808e034319e9 100644 (file)
@@ -191,7 +191,7 @@ static void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt)
  * This is used to atomically remove a wait queue entry from the eventfd wait
  * queue head, and read/reset the counter value.
  */
-int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait,
+int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
                                  __u64 *cnt)
 {
        unsigned long flags;