diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-12-07 20:40:38 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-12-08 03:51:49 +0300 |
commit | 156baec39732f025dc778e00da95fc10d6e45885 (patch) | |
tree | 40a3d2d868b6a22f3080cd7b2d384430f4dc96b2 /drivers/scsi/hosts.c | |
parent | fa576b43f66ef67d1db5730b5745c468b1f9ed2b (diff) | |
download | linux-156baec39732f025dc778e00da95fc10d6e45885.tar.xz |
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Use of init_rcu_head() and destroy_rcu_head() from modules results in
the following build-time error with CONFIG_DEBUG_OBJECTS_RCU_HEAD=y:
ERROR: "init_rcu_head" [drivers/scsi/scsi_mod.ko] undefined!
ERROR: "destroy_rcu_head" [drivers/scsi/scsi_mod.ko] undefined!
This commit therefore adds EXPORT_SYMBOL_GPL() for each to allow them to
be used by GPL-licensed kernel modules.
Reported-by: Bart Van Assche <Bart.VanAssche@wdc.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hosts.c')
0 files changed, 0 insertions, 0 deletions