On Mon, Jun 11, 2012 at 11:35:22AM +0000, Martin Matuska wrote: > Author: mm > Date: Mon Jun 11 11:35:22 2012 > New Revision: 236884 > URL: http://svn.freebsd.org/changeset/base/236884 > > Log: > Introduce "feature flags" for ZFS pools (bump SPA version to 5000). > Add first feature "com.delphix:async_destroy" (asynchronous destroy > of ZFS datasets). > Implement features support in ZFS boot code.
This commit is strange; it broke compling ZFS statically as the newly added kernel files referenced by dsl*.c etc. were missing from sys/conf/files (fixed in r237483). However, I don't see how these files except fnvpair.c but including dsl*.c are compiled into the module case either, but for some reason it apparently links and works anyway ... Marius _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"