lkml.org 
[lkml]   [2004]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Block layer question - indicating EOF on block devices
From
Date
On Mer, 2004-12-01 at 02:43, Andrew Morton wrote:
> Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> If the driver simply returns an I/O error, userspace should see a short
> read and be happy?

And the logs fill with I/O error messages.

> > Nor it turns out is it handleable in user space because a read to the
> > true EOF causes readahead into the fuzzy zone between the actual EOF and
> > the end of media.
>
> Yup. You can turn the readahead off with posix_fadvise(POSIX_FADV_RANDOM),

Can't do this during a mount.

> > Currently I see the error, pull the sense data, extract the block number
> > and complete the request to the point it succeeded then fail the rest,
> > but this doesn't end the I/O if someone is using something like cp,
>
> hm. Either cp is being silly or we're not propagating the error back
> correctly. `cp' should see the short read and just handle it.

I'll strace that and see what else I can find. Now I'm partially
completing requests when this problem occurs it does seem somewhat
happier. The original code when I took it to bits was just blindingly
failing the lot.

> > and
> > it also fills the log with "I/O error on" spew from the block layer
> > innards even if REQ_QUIET is magically set.
>
> We'd need to propagate that quietness back up to the buffer_head layer, at
> least.

Thats what I was assuming looking at the code. Really the block layer is
broken here. It should not be whining about I/O errors on readahead
blocks just letting them go. It has no idea if the readahead is a
badblock a media feature or whatever. (or as James added on irc scsi
reservations).

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.050 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site