Messages in this thread |  | | Date | Mon, 27 Nov 2000 00:33:18 +0100 | From | Andries Brouwer <> | Subject | Re: PROBLEM: cannot ls cdroms (_isofs_bmap block >= EOF) |
| |
On Mon, Nov 27, 2000 at 12:16:41AM +0100, Stefan Frings wrote: > [1.] One line summary of the problem: > > cannot ls cdroms (_isofs_bmap block >= EOF)
Yes, a well-known problem. Delete two lines around line 118 of fs/isofs/dir.c:
- if (filp->f_pos >= inode->i_size) - return 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |