The patch titled add-receive_room-flow-control-to-flush_to_ldisc-tidy has been removed from the -mm tree. Its filename is add-receive_room-flow-control-to-flush_to_ldisc-tidy.patch This patch was dropped because it was folded into add-receive_room-flow-control-to-flush_to_ldisc.patch ------------------------------------------------------ Subject: add-receive_room-flow-control-to-flush_to_ldisc-tidy From: Andrew Morton <akpm@xxxxxxxx> Cc: Paul Fulghum <paulkf@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/tty_io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/tty_io.c~add-receive_room-flow-control-to-flush_to_ldisc-tidy drivers/char/tty_io.c --- a/drivers/char/tty_io.c~add-receive_room-flow-control-to-flush_to_ldisc-tidy +++ a/drivers/char/tty_io.c @@ -2772,7 +2772,6 @@ static void flush_to_ldisc(void *private unsigned long flags; struct tty_ldisc *disc; struct tty_buffer *tbuf, *head; - int count; char *char_buf; unsigned char *flag_buf; @@ -2785,7 +2784,7 @@ static void flush_to_ldisc(void *private if (head != NULL) { tty->buf.head = NULL; for (;;) { - count = head->commit - head->read; + int count = head->commit - head->read; if (!count) { if (head->next == NULL) break; _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch x86-do_irq-check-irq-number.patch load_module-cleanup.patch add-receive_room-flow-control-to-flush_to_ldisc.patch add-receive_room-flow-control-to-flush_to_ldisc-tidy.patch destroy-the-dentries-contributed-by-a-superblock-on-unmounting-fix.patch cond_resched-fix.patch reiserfs-on-demand-bitmap-loading-fix.patch per-task-delay-accounting-proc-export-of-aggregated-block-i-o-delays-warning-fix.patch delay-accounting-taskstats-interface-send-tgid-once-fixes.patch sched-clean-up-fallout-of-recent-changes-fix.patch swap_prefetch-vs-zoned-counters.patch mark-address_space_operations-const-vs-ecryptfs-mmap-operations.patch ecryptfs-alpha-build-fix.patch ecryptfs-more-elegant-aes-key-size-manipulation-tidy.patch ecryptfs-get_sb_dev-fix.patch namespaces-add-nsproxy-dont-include-compileh.patch namespaces-utsname-switch-to-using-uts-namespaces-alpha-fix.patch namespaces-utsname-use-init_utsname-when-appropriate-cifs-update.patch namespaces-utsname-implement-utsname-namespaces-export.patch namespaces-utsname-implement-utsname-namespaces-dont-include-compileh.patch namespaces-utsname-sysctl-hack-cleanup-2-fix.patch ipc-namespace-core-fix.patch task-watchers-task-watchers-tidy.patch task-watchers-add-support-for-per-task-watchers-warning-fix.patch readahead-sysctl-parameters-fix.patch make-copy_from_user_inatomic-not-zero-the-tail-on-i386-vs-reiser4.patch reiser4-hardirq-include-fix.patch reiser4-run-truncate_inode_pages-in-reiser4_delete_inode.patch reiser4-get_sb_dev-fix.patch reiser4-vs-zoned-allocator.patch hpt3xx-rework-rate-filtering-tidy.patch genirq-rename-desc-handler-to-desc-chip-power-fix.patch genirq-rename-desc-handler-to-desc-chip-ia64-fix.patch genirq-rename-desc-handler-to-desc-chip-ia64-fix-2.patch genirq-rename-desc-handler-to-desc-chip-terminate_irqs-fix.patch genirq-ia64-build-fix.patch lockdep-add-disable-enable_irq_lockdep-api-fix.patch lockdep-irqtrace-subsystem-x86_64-support-fix.patch srcu-rcu-variant-permitting-read-side-blocking-fixes.patch srcu-add-srcu-operations-to-rcutorture-fix.patch srcu-2-add-srcu-operations-to-rcutorture-fix.patch ro-bind-mounts-elevate-write-count-during-entire-ncp_ioctl-tidy.patch nr_blockdev_pages-in_interrupt-warning.patch device-suspend-debug.patch revert-tty-buffering-comment-out-debug-code.patch slab-leaks3-default-y.patch x86-kmap_atomic-debugging.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