The patch titled Subject: epoll: remove unneeded variable in reverse_path_check() has been added to the -mm tree. Its filename is epoll-remove-unneeded-variable-in-reverse_path_check.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Subject: epoll: remove unneeded variable in reverse_path_check() We never use the length variable. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Acked-by: Jason Baron <jbaron@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/eventpoll.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/eventpoll.c~epoll-remove-unneeded-variable-in-reverse_path_check fs/eventpoll.c --- a/fs/eventpoll.c~epoll-remove-unneeded-variable-in-reverse_path_check +++ a/fs/eventpoll.c @@ -1042,13 +1042,11 @@ static int reverse_path_check_proc(void */ static int reverse_path_check(void) { - int length = 0; int error = 0; struct file *current_file; /* let's call this for all tfiles */ list_for_each_entry(current_file, &tfile_check_list, f_tfile_llink) { - length++; path_count_init(); error = ep_call_nested(&poll_loop_ncalls, EP_MAX_NESTS, reverse_path_check_proc, current_file, _ Subject: Subject: epoll: remove unneeded variable in reverse_path_check() Patches currently in -mm which might be from dan.carpenter@xxxxxxxxxx are linux-next.patch pps-class_create-returns-an-err_ptr-not-null.patch c2port-class_create-returns-an-err_ptr.patch slab-introduce-kmalloc_array.patch mm-compaction-make-compact_control-order-signed.patch mm-compaction-make-compact_control-order-signed-fix.patch drivers-leds-leds-tca6507c-cleanup-error-handling-in-tca6507_probe.patch epoll-remove-unneeded-variable-in-reverse_path_check.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