svn commit: r260182 - vendor-sys/illumos/dist/uts/common

Xin LI delphij at FreeBSD.org
Thu Jan 2 04:55:24 UTC 2014


Author: delphij
Date: Thu Jan  2 04:55:23 2014
New Revision: 260182
URL: http://svnweb.freebsd.org/changeset/base/260182

Log:
  Import a file overlooked in r260154.
  
  4369 implement zfs bookmarks
  4368 zfs send filesystems from readonly pools
  
  illumos/illumos-gate at 78f171005391b928aaf1642b3206c534ed644332

Modified:
  vendor-sys/illumos/dist/uts/common/Makefile.files

Modified: vendor-sys/illumos/dist/uts/common/Makefile.files
==============================================================================
--- vendor-sys/illumos/dist/uts/common/Makefile.files	Thu Jan  2 03:24:44 2014	(r260181)
+++ vendor-sys/illumos/dist/uts/common/Makefile.files	Thu Jan  2 04:55:23 2014	(r260182)
@@ -1343,6 +1343,7 @@ ZFS_COMMON_OBJS +=		\
 	dmu_tx.o		\
 	dnode.o			\
 	dnode_sync.o		\
+	dsl_bookmark.o		\
 	dsl_dir.o		\
 	dsl_dataset.o		\
 	dsl_deadlist.o		\


More information about the svn-src-vendor mailing list