On Sat, Nov 25, 2000 at 06:20:56PM +0100, Arjan Filius wrote:
> Nov 25 18:16:05 sjoerd kernel: _isofs_bmap: block < 0
Understood and solved. For the whole story read linux-kernel.
To fix just this, remove the two lines
if (filp->f_pos >= inode->i_size)
return 0;
from linux/fs/isofs/dir.c around line 119.
Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- 2.4.0-test11: "_isofs_bmap: block < 0"... Eugene Crosser
- Re: 2.4.0-test11: "_isofs_bmap: block &l... Ragnar Hojland Espinosa
- Re: 2.4.0-test11: "_isofs_bmap: block &l... Arjan Filius
- Andries Brouwer

