Date: Fri, 19 Nov 2010 19:43:56 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_module.c Message-ID: <201011191944.oAJJiFcW079932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-11-19 19:43:56 UTC FreeBSD src repository Modified files: sys/kern kern_module.c Log: SVN rev 215544 on 2010-11-19 19:43:56Z by attilio Scan the list in reverse order for the shutdown handlers of loaded modules. This way, when there is a dependency between two modules, the handler of the latter probed runs first. This is a similar approach as the modules are unloaded in the same linkerfile. Sponsored by: Sandvine Incorporated Submitted by: Nima Misaghian <nmisaghian at sandvine dot com> MFC after: 1 week Revision Changes Path 1.60 +2 -2 src/sys/kern/kern_module.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011191944.oAJJiFcW079932>