Date: Fri, 01 Mar 2019 19:48:12 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 236138] Unloading a Kernel module dependent on other kernel module does not return device busy first time Message-ID: <bug-236138-227-57A3GF9BHH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236138-227@https.bugs.freebsd.org/bugzilla/> References: <bug-236138-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236138 --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- This is how module refcounts work. kldunload just decrements the administrative refcount. But a module isn't unloaded until all refs drop to zero. What would you prefer happen? EBUSY and do not drop the administrative ref= if a module has dependencies? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236138-227-57A3GF9BHH>