The patch titled new fds fixes for 2.6.21-rc5.mm4 - timerfd include files diet has been added to the -mm tree. Its filename is signal-timer-event-fds-v9-timerfd-core-fix-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: new fds fixes for 2.6.21-rc5.mm4 - timerfd include files diet From: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Removes a few unneeded include files from the timerfd code. Signed-off-by: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/timerfd.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff -puN fs/timerfd.c~signal-timer-event-fds-v9-timerfd-core-fix-fix fs/timerfd.c --- a/fs/timerfd.c~signal-timer-event-fds-v9-timerfd-core-fix-fix +++ a/fs/timerfd.c @@ -10,23 +10,17 @@ #include <linux/file.h> #include <linux/poll.h> -#include <linux/slab.h> #include <linux/init.h> #include <linux/fs.h> -#include <linux/mount.h> -#include <linux/module.h> +#include <linux/sched.h> #include <linux/kernel.h> -#include <linux/signal.h> #include <linux/list.h> #include <linux/spinlock.h> #include <linux/time.h> #include <linux/hrtimer.h> -#include <linux/jiffies.h> #include <linux/anon_inodes.h> #include <linux/timerfd.h> -#include <asm/uaccess.h> - struct timerfd_ctx { struct hrtimer tmr; ktime_t tintv; _ Patches currently in -mm which might be from davidel@xxxxxxxxxxxxxxx are origin.patch epoll-optimizations-and-cleanups.patch epoll-optimizations-and-cleanups-tidy.patch signal-timer-event-fds-v9-anonymous-inode-source.patch signal-timer-event-fds-v9-anonymous-inode-source-fix.patch signal-timer-event-fds-v9-signalfd-core.patch signal-timer-event-fds-v9-signalfd-core-fix.patch signal-timer-event-fds-v9-signalfd-core-fix-fix.patch signal-timer-event-fds-v9-signalfd-core-fix-fix-fix.patch signal-timer-event-fds-v9-signalfd-wire-up-i386-arch.patch signal-timer-event-fds-v9-signalfd-wire-up-x86_64-arch.patch signal-timer-event-fds-v9-signalfd-compat-code.patch signal-timer-event-fds-v9-timerfd-core.patch signal-timer-event-fds-v9-timerfd-core-fix.patch signal-timer-event-fds-v9-timerfd-core-fix-fix.patch signal-timer-event-fds-v9-timerfd-wire-up-i386-arch.patch signal-timer-event-fds-v9-timerfd-wire-up-x86_64-arch.patch signal-timer-event-fds-v9-timerfd-compat-code.patch signal-timer-event-fds-v9-eventfd-core.patch signal-timer-event-fds-v9-eventfd-core-fix.patch signal-timer-event-fds-v9-eventfd-core-fix-fix.patch signal-timer-event-fds-v9-eventfd-wire-up-i386-arch.patch signal-timer-event-fds-v9-eventfd-wire-up-x86_64-arch.patch signal-timer-event-fds-v9-kaio-eventfd-support-example.patch epoll-use-anonymous-inodes.patch new-fds-fixes-for-2621-rc5mm4-eventfd-include-files-diet.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html