cvs commit: src/sys/kern kern_conf.c
Konstantin Belousov
kib at FreeBSD.org
Tue Jul 3 17:43:21 UTC 2007
kib 2007-07-03 17:43:20 UTC
FreeBSD src repository
Modified files:
sys/kern kern_conf.c
Log:
Automatically detect deadlock condition in destroy_dev(), that is, if
destroy_dev() is called from csw method, and no d_purge driver method is
provided. Transform the direct call to destroy_dev() into destroy_dev_sched().
Reviewed by: njl (programming interface)
Debugging help and testing by: Peter Holm
Approved by: re (kensmith)
Revision Changes Path
1.205 +8 -2 src/sys/kern/kern_conf.c
More information about the cvs-src
mailing list