From: Brian Behlendorf Date: Mon, 6 Jan 2014 23:08:35 +0000 (-0800) Subject: Include linux/vmalloc.h for ARM and Sparc X-Git-Tag: zfs-0.8.0-rc1~152^2~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f117de8beca7da1d22103df4630e9298afae370;p=zfs Include linux/vmalloc.h for ARM and Sparc Related to issue #257 which added Linux 3.10 compatibility. For ARM and Sparc architectures we must explicitly include the header to ensure the vmalloc_info structure is always defined when available. Signed-off-by: Brian Behlendorf Issue #257 Closes #291 --- diff --git a/include/sys/vmsystm.h b/include/sys/vmsystm.h index 909749103..adff77429 100644 --- a/include/sys/vmsystm.h +++ b/include/sys/vmsystm.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include