]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/Makefile.am
Introduce read/write kstats per dataset
[mirror_zfs.git] / include / sys / Makefile.am
index f30c9427e90b1fcf2752399e0f21a5268ae16389..f246c111d7bf472d3cf2c4c50760e43d303ccb55 100644 (file)
@@ -2,6 +2,7 @@ SUBDIRS = fm fs crypto lua sysevent
 
 COMMON_H = \
        $(top_srcdir)/include/sys/abd.h \
+       $(top_srcdir)/include/sys/aggsum.h \
        $(top_srcdir)/include/sys/arc.h \
        $(top_srcdir)/include/sys/arc_impl.h \
        $(top_srcdir)/include/sys/avl.h \
@@ -11,6 +12,9 @@ COMMON_H = \
        $(top_srcdir)/include/sys/bpobj.h \
        $(top_srcdir)/include/sys/bptree.h \
        $(top_srcdir)/include/sys/bqueue.h \
+       $(top_srcdir)/include/sys/cityhash.h \
+       $(top_srcdir)/include/sys/spa_checkpoint.h \
+       $(top_srcdir)/include/sys/dataset_kstats.h \
        $(top_srcdir)/include/sys/dbuf.h \
        $(top_srcdir)/include/sys/ddt.h \
        $(top_srcdir)/include/sys/dmu.h \
@@ -42,6 +46,7 @@ COMMON_H = \
        $(top_srcdir)/include/sys/mmp.h \
        $(top_srcdir)/include/sys/mntent.h \
        $(top_srcdir)/include/sys/multilist.h \
+       $(top_srcdir)/include/sys/note.h \
        $(top_srcdir)/include/sys/nvpair.h \
        $(top_srcdir)/include/sys/nvpair_impl.h \
        $(top_srcdir)/include/sys/pathname.h \
@@ -125,7 +130,8 @@ COMMON_H = \
        $(top_srcdir)/include/sys/zio.h \
        $(top_srcdir)/include/sys/zio_impl.h \
        $(top_srcdir)/include/sys/zio_priority.h \
-       $(top_srcdir)/include/sys/zrlock.h
+       $(top_srcdir)/include/sys/zrlock.h \
+       $(top_srcdir)/include/sys/zthr.h
 
 KERNEL_H = \
        $(top_srcdir)/include/sys/zfs_ioctl.h \