Re: [PATCH 72/80] tty: fix up gigaset a bit

From: Alan Cox
Date: Wed Oct 22 2008 - 05:00:53 EST


> additional test_bit(TTY_IO_ERROR, &tty->flags) would catch a case that
> would otherwise be handled incorrectly?

Fiddling with tty->disc_data by hand probably currently does the right
thing. I don't guarantee it will continue to do so after the BKL removal
gets to ldisc setting.

> So I think removing the poll method is the right thing to do. If you
> have no objections, I'll submit a patch doing just that. (Hoping to
> still make it for the .28 merge window.)

If you really don't need the poll then it can go - for 2.6.29. The
current code isn't wrong on a functional level it just returns unexpected
results in the unplug case.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/