]> git.proxmox.com Git - mirror_zfs.git/commit
Linux 5.0 compat: Use totalhigh_pages()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 4 May 2019 23:40:48 +0000 (08:40 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 4 May 2019 23:40:48 +0000 (16:40 -0700)
commitde3e0b914b28deaf9034656d8f6e0bdf9ccd7c7f
tree6b41b5e17cd7a41680de5212982a55546c06b8cf
parent1eacf2b3b0a1d3bccaab83dece44d671ba30292d
Linux 5.0 compat: Use totalhigh_pages()

Linux kernel commit ca79b0c211af63fa3276f0e3fd7dd9ada2439839
"mm: convert totalram_pages and totalhigh_pages variables to atomic"

replaced `totalhigh_pages` with an inline function `totalhigh_pages()`.
This broke compilation on IA32, etc, as ZoL uses `totalhigh_pages`
on archs with highmem. Confirmed on Fedora 30 (5.0.9-301.fc30.i686).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8677
Closes #8701
config/kernel-totalhigh_pages.m4 [new file with mode: 0644]
config/kernel.m4
include/spl/sys/vmsystm.h
module/zfs/arc.c