The patch titled mxser: Remove use of dead TTY_FLIPBUF_SIZE definition has been removed from the -mm tree. Its filename was mxser-remove-use-of-dead-tty_flipbuf_size-definition.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mxser: Remove use of dead TTY_FLIPBUF_SIZE definition From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> We simply define it to the same value. Nowdays the TTY flip value is irrelevant but the value it used is as good as any so why risk breaking it Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/mxser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/mxser.h~mxser-remove-use-of-dead-tty_flipbuf_size-definition drivers/char/mxser.h --- a/drivers/char/mxser.h~mxser-remove-use-of-dead-tty_flipbuf_size-definition +++ a/drivers/char/mxser.h @@ -30,8 +30,7 @@ #define TTY_THRESHOLD_THROTTLE 128 -#define LO_WATER (TTY_FLIPBUF_SIZE) -#define HI_WATER (TTY_FLIPBUF_SIZE*2*3/4) +#define HI_WATER 768 // added by James. 03-11-2004. #define MOXA_SDS_GETICOUNTER (MOXA + 68) _ Patches currently in -mm which might be from alan@xxxxxxxxxxxxxxxxxxx are origin.patch tty_ioctl-fix-the-baud_table-check-in-encode_baud_rate.patch git-libata-all.patch pata_cs5536-mwdma-fix.patch libata-sff-correct-use-of-check_status.patch serial-keep-the-dtr-setting-for-serial-console.patch git-scsi-misc.patch initio-fix-conflict-when-loading-driver.patch isd200-sort-out-usb-ide-dependancy-mess.patch sysctl-remove-broken-cdrom-binary-sysctls.patch mxser-remove-commented-crap.patch char-cyclades-remove-bottom-half-processing.patch usb_serial-stop-passing-null-to-functions-that-expect-data.patch ark3116-update-termios-handling.patch usb-serial-kill-another-case-we-pass-null-and-shouldnt.patch ch341-fix-termios-handling.patch digi_acceleport-fix-termios-and-also-readability-a-bit.patch empeg-clean-up-and-handle-speeds.patch ir_usb-termios-handling.patch keyspan-termios-tidy.patch kobil_sct-termios-encoding-fixups.patch option-termios-handling.patch sierra-termios.patch usb-serial-handle-null-termios-methods-as-no-hardware-changing-support.patch whiteheat-clean-up-cant-happen-checks-and-encode-baud.patch cp2101-convert-to-new-termios.patch ftd_sio-clean-ups-and-updates-for-new-termios-work.patch ftd_sio-clean-ups-and-updates-for-new-termios-work-checkpatch-fixes.patch io_edgeport-cleanups-and-tty-speed-reporting.patch tty-kill-tty_flipbuf_size.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