Module Name: src
Committed By: pgoyette
Date: Fri Apr 28 23:16:14 UTC 2017
Modified Files:
src/sys/dev [prg-localcount2]: vnd.c
Log Message:
Don't call device_release() from vnd_detach(). The caller (typically,
config_detach()) will take care of this. Without this fix, we end up
with a negative reference count, and panic.
To generate a diff of this commit:
cvs rdiff -u -r1.259.4.2 -r1.259.4.3 src/sys/dev/vnd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.