Hacker News new | ask | show | jobs
by mistat 3456 days ago
So you're saying it's only going to be available in user space and never in the kernel? Why don't oracle just relicense it?
1 comments

No, they're supplied as kernel modules, packaged separately from the kernel. Before Ubuntu 15.10 you could still install it as a DKMS module (such that it compiled on the system it's being installed on). Now they just ship the pre-built .ko's, saving the user compilation time. There are still userland tools to interact with it zpool, zfs etc.