Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/zfs Update zfs module to new sources.



details:   https://anonhg.NetBSD.org/src/rev/f2086b9b343f
branches:  trunk
changeset: 752522:f2086b9b343f
user:      haad <haad%NetBSD.org@localhost>
date:      Sun Feb 28 15:22:16 2010 +0000

description:
Update zfs module to new sources.

diffstat:

 sys/modules/zfs/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 691e6c05bb1d -r f2086b9b343f sys/modules/zfs/Makefile
--- a/sys/modules/zfs/Makefile  Sun Feb 28 15:17:44 2010 +0000
+++ b/sys/modules/zfs/Makefile  Sun Feb 28 15:22:16 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/08/10 22:39:38 haad Exp $
+#      $NetBSD: Makefile,v 1.3 2010/02/28 15:22:16 haad Exp $
 
 .include "../Makefile.inc"
 
@@ -10,6 +10,7 @@
 
 SRCS+= zfs_comutil.c
 SRCS+= zfs_deleg.c
+SRCS+= zfs_fletcher.c
 SRCS+= zfs_namecheck.c
 SRCS+= zfs_prop.c
 SRCS+= zpool_prop.c
@@ -28,6 +29,8 @@
 SRCS+= arc.c
 SRCS+= bplist.c
 SRCS+= dbuf.c
+SRCS+= ddt.c
+SRCS+= ddt_zap.c
 SRCS+= dmu.c
 SRCS+= dmu_object.c
 SRCS+= dmu_objset.c
@@ -44,7 +47,6 @@
 SRCS+= dsl_prop.c
 SRCS+= dsl_scrub.c
 SRCS+= dsl_synctask.c
-SRCS+= fletcher.c
 SRCS+= gzip.c
 SRCS+= lzjb.c
 SRCS+= metaslab.c
@@ -93,6 +95,7 @@
 SRCS+= zio_inject.c
 SRCS+= zutil.c
 SRCS+= zvol.c
+SRCS+= zle.c
 
 .PATH: ${ZFSDIR}/sys/kern
 
@@ -113,6 +116,7 @@
 CWARNFLAGS+=   -Wno-format
 
 CPPFLAGS+=     -I${ZFSDIR}/sys
+CPPFLAGS+=      -I${ZFSDIR}/dist/common
 CPPFLAGS+=     -I${ZFSDIR}/dist/common/acl
 CPPFLAGS+=     -I${ZFSDIR}/dist/common/zfs
 CPPFLAGS+=     -I${ZFSDIR}/dist/uts/common/fs/zfs



Home | Main Index | Thread Index | Old Index