]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/zpl_super.c
Remove shrink_dcache_memory() and shrink_icache_memory()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 3 Oct 2014 20:00:53 +0000 (13:00 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 21:58:50 +0000 (14:58 -0700)
commit050d22b06834876c3b0554647108f06a05b3ba96
treeb4fdb72326ddf3891143d8e73aff4ec35c708349
parent60bba628149439c4d36c6d75f726f0e3fabdbb4f
Remove shrink_dcache_memory() and shrink_icache_memory()

This functionality is optional and until Linux 3.0, which
provided per-filesystem shinkers, they was never a reasonable
interface.  Therefore, this functionality is being dropped
for earlier kernels.

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