]> git.proxmox.com Git - mirror_spl.git/commit
Linux 2.6.31 Compatibility Updates
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 Nov 2009 22:06:57 +0000 (14:06 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 Nov 2009 22:06:57 +0000 (14:06 -0800)
commitbaf2979ed35c1a9c2e90e84416e220ab3d25140a
tree9040926a680c1a31ae6734cd5f014cbfc1d7e1d3
parentf97cd5fd875e8c28c6411ef86845ad0ec283f115
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.
config/spl-build.m4
configure
include/linux/mm_compat.h [new file with mode: 0644]
include/sys/kmem.h
include/sys/vnode.h
module/spl/spl-kmem.c