]> git.proxmox.com Git - mirror_spl.git/commit
Add memory compatibility wrappers
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2015 16:25:29 +0000 (09:25 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2015 16:26:29 +0000 (09:26 -0700)
commit77ab5dd33a99bdf7fb062f0ea327582236a225b3
tree8cefb94a2b1031fa0e2a343bb58a1c42d9807dc8
parent3c82160ff2feb86fb7275fd941d203167340a187
Add memory compatibility wrappers

The function vmem_qcache_reap() and global variables 'needfree',
'desfree', and 'lotsfree' are all used in the upstream.  While
these variables have no meaning under Linux they're being defined
as 0's to avoid needing to make additional changes to the ARC code.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/vmem.h
include/sys/vmsystm.h