On Mon, Oct 01, 2012 at 11:52:00PM +0100, Alexander Nasonov wrote: > Joerg Sonnenberger wrote: > > The kernel should not depend on anything outside src/common and src/sys. > > It is acceptable for userland to access code from either place. > > Is it done properly for solaris/zfs? I used as an example.
AFAIK, zfs is module-only, e.g. it can't be compiled into the kernel. It's a pretty bad example to start from. acpica is saner. Joerg