Re: SCSI scanning changes break RAID autorun

2000-09-19 Thread Michael Shields
In article <[EMAIL PROTECTED]>, Linus Torvalds <[EMAIL PROTECTED]> wrote: > [ Btw, has autorun ever worked with non-scsi devices? Yes, with IDE disks at least. -- Shields. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Should O_NONBLOCK be copied from listening socket to accepting socket?

2000-09-04 Thread Michael Shields
Is it required that the O_NONBLOCK flag be copied from a listening socket to an accepted socket? Dan Bernstein believes this is a bug. Pavel Kankovsky writes: > What happens when x->tcpstate == 1 (i.e. waiting for the first byte of TCP > request length), x->io->revents == 0 (i.e. not ready

Should O_NONBLOCK be copied from listening socket to accepting socket?

2000-09-04 Thread Michael Shields
Is it required that the O_NONBLOCK flag be copied from a listening socket to an accepted socket? Dan Bernstein believes this is a bug. Pavel Kankovsky writes: What happens when x-tcpstate == 1 (i.e. waiting for the first byte of TCP request length), x-io-revents == 0 (i.e. not ready for