From baf2979ed35c1a9c2e90e84416e220ab3d25140a Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 10 Nov 2009 14:06:57 -0800 Subject: Linux 2.6.31 Compatibility Updates SPL_AC_2ARGS_SET_FS_PWD macro updated to explicitly include linux/fs_struct.h which was dropped from linux/sched.h. min_wmark_pages, low_wmark_pages, high_wmark_pages macros introduced in newer kernels. For older kernels mm_compat.h was introduced to define them as needed as direct mappings to per zone min_pages, low_pages, max_pages. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 15fea65f9..3beeb5df0 100755 --- a/configure +++ b/configure @@ -21871,6 +21871,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include + #include int main (void) @@ -25119,6 +25120,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include + #include int main (void) -- cgit v1.2.3