[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20081120165839.49169a79@lxorguk.ukuu.org.uk>
Date: Thu, 20 Nov 2008 16:58:39 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Thomas Pfaff <tpfaff@....com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Question about TTY_DO_WRITE_WAKEUP
A quick further look suggests you need to add
if (tty->fasync && (b - buf) != nr)
set_bit(TTY_DO_WRITE_WAKEUP, &tty->flags);
at the bottom of n_tty_write just before the return statement.
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists