Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-03-02 Thread Pavel Machek
Hi > > 1: > > Kernel bug/Segmentation fault when floppy disk removed 2nd time > > > > > > 2: > > Segmentation fault in a program, > > hanging processes in "D"-state, > > Kernel bug in inode.c:885! > > > > when removing floppy disk before unmounting and then using again > > - Doctor, it hurt

Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Ph. Marek
>> Hi everybody! >> >> Hope I didn't forget something necessary. >> >> >> >> 1: >> Kernel bug/Segmentation fault when floppy disk removed 2nd time >> >> >> 2: >> Segmentation fault in a program, >> hanging processes in "D"-state, >> Kernel bug in inode.c:885! >> >> when removing floppy di

Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Andreas Dilger
Manfred Spraul writes: > Alexander Viro wrote: > > > > - Doctor, it hurts when I do it! > > - Don't do it, then. > > > Interesting bugfix: > have you checked which BUG was triggered? > > It's a bug in ext2_free_inode(): > if a io error occurs, then clear_inode() is not called, but > super_ope

Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Alexander Viro
On Wed, 28 Feb 2001, Manfred Spraul wrote: > Alexander Viro wrote: > > > > - Doctor, it hurts when I do it! > > - Don't do it, then. > > > Interesting bugfix: > have you checked which BUG was triggered? [snip] Fsck. I plead guilty on replying to postings before the first cup of coffee. -

Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Manfred Spraul
Alexander Viro wrote: > > - Doctor, it hurts when I do it! > - Don't do it, then. > Interesting bugfix: have you checked which BUG was triggered? It's a bug in ext2_free_inode(): if a io error occurs, then clear_inode() is not called, but super_operation.delete_inode() must call clear_inode()

Re: PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Alexander Viro
On Wed, 28 Feb 2001, Ph. Marek wrote: > Hi everybody! > > Hope I didn't forget something necessary. > > > > 1: > Kernel bug/Segmentation fault when floppy disk removed 2nd time > > > 2: > Segmentation fault in a program, > hanging processes in "D"-state, > Kernel bug in inode.c:885! >

PROBLEM: Kernel bug in inode.c:885 when floppy disk removed

2001-02-28 Thread Ph. Marek
Hi everybody! Hope I didn't forget something necessary. 1: Kernel bug/Segmentation fault when floppy disk removed 2nd time 2: Segmentation fault in a program, hanging processes in "D"-state, Kernel bug in inode.c:885! when removing floppy disk before unmounting and then using again 3: k