commit d391463316c8801da14586889bb4fc827ed48e15
Author: Tomohiro Kusumi <[email protected]>
Date: Sun Oct 4 05:56:02 2015 +0900
sys/dev/disk/dm: Fix wrong ref release
dm_table_release() has released a reference for this target.
Having another release by dm_target_unbusy() leads to panic
whenever a target's init() function returns non zero.
Summary of changes:
sys/dev/disk/dm/dm_ioctl.c | 1 -
1 file changed, 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d391463316c8801da14586889bb4fc827ed48e15
--
DragonFly BSD source repository