Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 19:07:55 +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/stripe g_stripe.c
Message-ID:  <200408101907.i7AJ7thd022250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-08-10 19:07:55 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/stripe      g_stripe.c 
  Log:
  Fix one of the lastest commit. This bio_caller1 should also be changed to
  bio_driver1 (as all the rest).
  This introduced a small memory leak, but it wasn't really critical,
  because maximum memory for g_stripe_zone is always set, so after few
  requests gstripe was working in "economic" mode.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/geom/stripe/g_stripe.c



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