Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [haad-dm] src/sys/dev/dm
Module Name: src
Committed By: haad
Date: Thu Aug 28 21:59:19 UTC 2008
Modified Files:
src/sys/dev/dm [haad-dm]: dm_dev.c
Log Message:
Remove dm_dev_free from dm_dev_remove. When removing device from system
I have to write lock device rw_lock(disable all IO on device) remove
device from global list of devices and only after destroing lock I can
free device structure.
Fix lockdebug panic.
To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/dev/dm/dm_dev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index