diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index abc527aa8550..96e23215e276 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -683,7 +683,7 @@ struct user_struct { | |||
683 | atomic_t fanotify_listeners; | 683 | atomic_t fanotify_listeners; |
684 | #endif | 684 | #endif |
685 | #ifdef CONFIG_EPOLL | 685 | #ifdef CONFIG_EPOLL |
686 | atomic_t epoll_watches; /* The number of file descriptors currently watched */ | 686 | atomic_long_t epoll_watches; /* The number of file descriptors currently watched */ |
687 | #endif | 687 | #endif |
688 | #ifdef CONFIG_POSIX_MQUEUE | 688 | #ifdef CONFIG_POSIX_MQUEUE |
689 | /* protected by mq_lock */ | 689 | /* protected by mq_lock */ |