Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2010 08:39:56 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom geom_io.c
Message-ID:  <201004150840.o3F8e7IH086905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-04-15 08:39:56 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_io.c 
  Log:
  SVN rev 206650 on 2010-04-15 08:39:56Z by avg
  
  g_io_check: respond to zero pp->mediasize with ENXIO
  
  Previsouly this condition was reported with EIO by bio_offset > mediasize
  check.
  Perhaps that check should be extended to bio_offset+bio_length > mediasize.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.84      +2 -2      src/sys/geom/geom_io.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004150840.o3F8e7IH086905>