From: Andries Brouwer <aeb@veritas.com>
To: Stefan Frings <stefan@edv-frings.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PROBLEM: cannot ls cdroms (_isofs_bmap block >= EOF)
Date: Mon, 27 Nov 2000 00:33:18 +0100 [thread overview]
Message-ID: <20001127003318.A7749@veritas.com> (raw)
In-Reply-To: <00112700180300.08780@notebook>
In-Reply-To: <00112700180300.08780@notebook>; from stefan@edv-frings.de on Mon, Nov 27, 2000 at 12:16:41AM +0100
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/
prev parent reply other threads:[~2000-11-27 0:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-26 23:16 PROBLEM: cannot ls cdroms (_isofs_bmap block >= EOF) Stefan Frings
2000-11-26 23:33 ` Andries Brouwer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001127003318.A7749@veritas.com \
--to=aeb@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stefan@edv-frings.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.