2000-11-27 20:40:03

by J?rg Sch?tter

[permalink] [raw]
Subject: linux-2.4.0-test11: _isofs_bmap: block < 0

Hello,

after upgrading from test9 to test11, skipping test 10, I get
the messages "_isofs_bmap: block < 0", "_isofs_bmap: block < ..."
which also means I can't read the cd.

I hope I don't missed a flag in the new kernel configuration.

I will attach the configuration file which works fine with test9 and
brings the error messages schown above.

greeting
J?rg



Attachments:
(No filename) (367.00 B)
20001127 (17.52 kB)
Download all attachments

2000-11-28 01:13:58

by Andries Brouwer

[permalink] [raw]
Subject: Re: linux-2.4.0-test11: _isofs_bmap: block < 0

On Mon, Nov 27, 2000 at 09:09:12PM +0100, J?rg Sch?tter wrote:

> after upgrading from test9 to test11, skipping test 10, I get
> the messages "_isofs_bmap: block < 0", "_isofs_bmap: block < ..."
> which also means I can't read the cd.

A FAQ. Remove the two lines

- if (filp->f_pos >= inode->i_size)
- return 0;

from fs/isofs/dir.c around line 118.

Andries