Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 20:07:23 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumconfig.c
Message-ID:  <200210050307.g9537No8083782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/04 20:07:23 PDT

  Modified files:
    sys/dev/vinum        vinumconfig.c 
  Log:
  Remove a panic on vinum module unload: make sure to destroy all mutexes
  before freeing so that WITNESS doesn't dereference mutex data pointers
  and page fault.  It's now possible to unload vinum.ko with a GENERIC
  kernel on 5.0-CURRENT without panic.
  
  Debugged/fixed with the aid of: jake, grog
  
  Revision  Changes    Path
  1.49      +4 -1      src/sys/dev/vinum/vinumconfig.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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