summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-06-08 20:47:25 +0000
committerngie <ngie@FreeBSD.org>2016-06-08 20:47:25 +0000
commit6e64ecac944fc256b587b800c40e6c5807936fb5 (patch)
tree1403063423ccc02a03afe3e80681f3450590102e /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
parentbbefcf038b874f2f51eaf614c49ae35662713d02 (diff)
downloadFreeBSD-src-6e64ecac944fc256b587b800c40e6c5807936fb5.zip
FreeBSD-src-6e64ecac944fc256b587b800c40e6c5807936fb5.tar.gz
MFC r300870,r300884:
r300870: Unbreak the zfs(4) build vm/vm_pageout.h grew a dependency on the bool typedef in r300865 arc.c didn't include sys/types.h, which included the definition for the typedef Other items (ofed, drm2) might need to be chased for this commit. Pointyhat to: alc r300884: Fix up r300870 The sys/types.h fix I proposed was only tested with zfs(4), not with libzpool, which is where the build failure actually existed Remove vm/vm_pageout.h from arc.c and zfs_vnops.c because they're both unneeded In collaboration with: kib
Diffstat (limited to 'sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
index 226233e..f6d19fe 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
@@ -139,7 +139,6 @@
#include <zfs_fletcher.h>
#include <sys/sdt.h>
-#include <vm/vm_pageout.h>
#include <machine/vmparam.h>
#ifdef illumos
OpenPOWER on IntegriCloud