Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 13:01:16 +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:  <200605041301.k44D1HLX025141@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-05-04 13:01:16 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/raid3       g_raid3.c 
  Log:
  Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in
  two places where g_io_request() is called. g_io_request() can free bio
  structure so we can't reference it after and G_RAID3_FOREACH_BIO() macro
  was doing this.
  
  Found by:       Coverity Prevent analysis tool (with my new models)
  MFC after:      1 day
  
  Revision  Changes    Path
  1.66      +4 -6      src/sys/geom/raid3/g_raid3.c



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