Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 23:04:45 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/raid3 g_raid3.c
Message-ID:  <200411092304.iA9N4jMR060304@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-11-09 23:04:45 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/raid3       g_raid3.c 
  Log:
  For BIO_READ check if provider is open for reading and for BIO_WRITE,
  check if provider is open for writing.
  This fixes panic when device is open only for writing and we send write
  request.
  
  Revision  Changes    Path
  1.25      +11 -3     src/sys/geom/raid3/g_raid3.c



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