Merge branch 'linus' into core/percpu

Conflicts:
	kernel/irq/handle.c
This commit is contained in:
Ingo Molnar 2009-01-30 18:23:30 +01:00
commit c43e0e46ad
293 changed files with 10178 additions and 4209 deletions

View file

@ -630,7 +630,6 @@ struct user_struct {
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