aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-02 14:09:50 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-02 14:09:50 -0500
commita64d31baed104be25305e9c71585d3ea4ee9a418 (patch)
tree470e3c59ef39f38bcd69f8fef7dba8f76afbec53 /include/linux/sched.h
parent1c39194878c09bd88ffc9c9d4c2f01c3397c7aed (diff)
parent061e41fdb5047b1fb161e89664057835935ca1d2 (diff)
Merge branch 'linus' into cpus4096
Conflicts: kernel/trace/ring_buffer.c
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4b7b0187374c..bf953932e676 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -628,6 +628,10 @@ struct user_struct {
628 atomic_t inotify_watches; /* How many inotify watches does this user have? */ 628 atomic_t inotify_watches; /* How many inotify watches does this user have? */
629 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */ 629 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */
630#endif 630#endif
631#ifdef CONFIG_EPOLL
632 atomic_t epoll_devs; /* The number of epoll descriptors currently open */
633 atomic_t epoll_watches; /* The number of file descriptors currently watched */
634#endif
631#ifdef CONFIG_POSIX_MQUEUE 635#ifdef CONFIG_POSIX_MQUEUE
632 /* protected by mq_lock */ 636 /* protected by mq_lock */
633 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */ 637 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */