svn commit: r229800 - head/sys/conf

Adrian Chadd adrian at freebsd.org
Sun Jan 8 22:58:57 UTC 2012


On 8 January 2012 02:43, Pawel Jakub Dawidek <pjd at freebsd.org> wrote:
> If someone is actually using GENERIC kernel. This change will break all
> my system next time I upgrade. Adding UFS_ACL option to the kernel
> config to make ZFS kernel module to work doesn't sound very intuitive.
>
> I understand what you are trying to accomplish, but we really need to
> find better way to do this. Until then, could you back it out?

I'd rather find a cleaner solution - it's pulling in code which just
isn't being used if you aren't using UFS_ACL or ZFS.

How about wrapping those two up in a module which zfs can register a
dependency on?


Adrian


More information about the svn-src-head mailing list