cvs commit: src/sys/geom/stripe g_stripe.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Aug 10 12:07:55 PDT 2004


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


More information about the cvs-src mailing list