Merge commit 'v2.6.28-rc8' into sched/core

This commit is contained in:
Ingo Molnar
2008-12-12 10:29:35 +01:00
364 changed files with 5596 additions and 3235 deletions

View File

@@ -628,6 +628,10 @@ struct user_struct {
atomic_t inotify_watches; /* How many inotify watches does this user have? */
atomic_t inotify_devs; /* How many inotify devs does this user have opened? */
#endif
#ifdef CONFIG_EPOLL
atomic_t epoll_devs; /* The number of epoll descriptors currently open */
atomic_t epoll_watches; /* The number of file descriptors currently watched */
#endif
#ifdef CONFIG_POSIX_MQUEUE
/* protected by mq_lock */
unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */