The patch titled new fds fixes for 2.6.21-rc5.mm4 - signalfd include files diet has been added to the -mm tree. Its filename is signal-timer-event-fds-v9-signalfd-core-fix-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 - signalfd include files diet From: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Removes a few unneeded include files from the signalfd code. Signed-off-by: Davide Libenzi <davidel@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/signalfd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff -puN fs/signalfd.c~signal-timer-event-fds-v9-signalfd-core-fix-fix-fix fs/signalfd.c --- a/fs/signalfd.c~signal-timer-event-fds-v9-signalfd-core-fix-fix-fix +++ a/fs/signalfd.c @@ -15,19 +15,15 @@ #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/anon_inodes.h> #include <linux/signalfd.h> -#include <asm/uaccess.h> - struct signalfd_ctx { struct list_head lnk; wait_queue_head_t wqh; _ 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-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-timerfd-include-files-diet.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