diff options
author | Brian Behlendorf <[email protected]> | 2009-11-10 14:06:57 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-11-10 14:06:57 -0800 |
commit | baf2979ed35c1a9c2e90e84416e220ab3d25140a (patch) | |
tree | 9040926a680c1a31ae6734cd5f014cbfc1d7e1d3 /configure | |
parent | f97cd5fd875e8c28c6411ef86845ad0ec283f115 (diff) |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21871,6 +21871,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <linux/sched.h> + #include <linux/fs_struct.h> int main (void) @@ -25119,6 +25120,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <linux/sched.h> + #include <linux/fs_struct.h> int main (void) |