]> granicus.if.org Git - zfs/commit
Linux 5.2 compat: Fix config/kernel-shrink.m4 test failure
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 25 May 2019 20:40:46 +0000 (05:40 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jun 2019 19:39:13 +0000 (12:39 -0700)
commita727f69e521f1bf80ff2926481d918a25e8bae03
treecc27dfa8a0578206110f22e8143233a0b84fb13c
parent8ec352be1f0866858e52f155f5b1a9faaa3ccacf
Linux 5.2 compat: Fix config/kernel-shrink.m4 test failure

"whether ->count_objects callback exists" test failed with
"error: error" message for using an incomplete function shrinker_cb().

This is caused by torvalds/linux@83da1bed86. It's configurable,
but we would want to be able to compile with default kbuild setting.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8776
config/kernel-shrink.m4