* Alan Cox <[EMAIL PROTECTED]> wrote:

> > BKL properties, that could be wrapped. I guess fixing the TTY code 
> > to have no BKL dependencies has a higher chance of success - given 
> > that Alan is working on it :-)
> 
> Bit by bit when I can face it, and with a lot of other people 
> contributing parts. Right now the BKL mostly protects the open/close 
> paths and those are *really* ugly

could we perhaps just replace it with a tty_mutex? (possibly a recursive 
one) I suspect by now most of the BKL dependencies there have become 
local to the tty code? Or are there deep VFS dependencies as well? (if 
yes, what type of dependencies?)

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to