Re: 2.0.35pre8 (FINAL)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 13 Jul 1998 14:43:10 +0100 (BST)


> And about reading CD-ROMS with pre 2.0.35 - almost every time
> when i try to read direcory of a CD i get messages:
> _isofs_bmap: block>= EOF(4, 4096)
> Am I only one who gets them? I added some debug code to dir.c for
> isofs and saw that it couldn't finish reading of directory
> correctly.
> In pre 2.0.35 patch - inode.c:
> - if( b_off > inode->i_size )
> + if( b_off >= inode->i_size )
> I dont know if it's fix for some problem or just typo but if i
> revert this change messages go away...

That change I've reverted. I had meant to revert it before and forgot. Hopefully
thats the only glitch left

Alan

-
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.altern.org/andrebalsa/doc/lkml-faq.html