Re: svn commit: r236884 - in head: .

看板FB_svn作者時間13年前 (2012/06/24 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1FvWHWo9 (FB_svn)