]> git.proxmox.com Git - mirror_zfs.git/commit
Add hdr_recl() reclaim callback
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2015 17:34:47 +0000 (10:34 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 Jul 2015 16:42:40 +0000 (09:42 -0700)
commit8c8af9d807cfed74c786c076ef4f708b7ccdc51b
tree140b969b32671b3878e28e493ab482530061a1e9
parent728d6ae91e5381cda813672c9e9f66a269f58368
Add hdr_recl() reclaim callback

Originally removed because it wasn't required under Linux.  However,
there may still be some utility in signaling the arc reclaim thread
under Linux via reclaim.  This should already have happened by other
means but it's not harmless and reduces another point of divergence
with upstream.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3533
module/zfs/arc.c