DragonFly BSD
DragonFly commits List (threaded) for 2010-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - VN - add missing disk_destroy() in module unload path


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 1 Mar 2010 16:13:34 -0800 (PST)

commit f31d07d7c51000e06197074816ce13f92489a135
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Mar 1 16:07:25 2010 -0800

    kernel - VN - add missing disk_destroy() in module unload path
    
    * The module unload was leaving the disk list corrupted.  Add a missing
      disk_destroy() call.
    
    * Fixes certain bulk-build issues (apparently the bulk build tries to
      unload and reload the VN driver at some point for reasons unknown).

Summary of changes:
 sys/dev/disk/vn/vn.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f31d07d7c51000e06197074816ce13f92489a135


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]