Re: Semi up to date JOBS list

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue Jun 13 2000 - 17:18:09 EST


> > Loopback fs hangs
>
> Is this fixed in ac16 or 17? My brother was working on mounted ISO images all last night
> with no problems.
>

Yep

> I found a bug in fwrite() I believe. fopen() a file, a+, seek to the beginning and write to
> it. The write succeeds according to the return value. It should fail if the fpos pointer
> is set before the end of the file. Should this goto Ulrich or be covered here? (the man

No it should end up writing at the end of the file. So

        open O_RDWR|O_APPEND
        seek to start of file
        write 'eep'

should leave eep appended to the end of the file

> > Problems with ip autoconfig according to Zaitcev
> Didn't he say that it worked now?

Its under 'Fixed' 8)

> > The netdev name changing stuff broke GRE

That too - but thats under 'Fixed; anyway

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:30 EST