]> granicus.if.org Git - zfs/commit
Allow TRIM_UNUSED_KSYM when build as a builtin-module
authorTorsten Wörtwein <twoertwein@users.noreply.github.com>
Wed, 5 Jun 2019 01:12:16 +0000 (21:12 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Jun 2019 01:12:16 +0000 (18:12 -0700)
commit1ec7eda16743a74b363d3765bca7642935422862
treefebf43ba156b961f90d0085e6c80a60add9813e3
parent1a132f063882bba08253b6c0abf3846cdacfb7a6
Allow TRIM_UNUSED_KSYM when build as a builtin-module

If ZFS is built with enable_linux_builtin, it seems to be possible
to compile the kernel with TRIM_UNUSED_KSYM.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Torsten Wörtwein <twoertwein@gmail.com>
Closes #8820
config/kernel.m4