diff options
author | Brian Behlendorf <behlendorf1@llnl.gov> | 2018-02-16 01:53:18 +0000 |
---|---|---|
committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2018-05-29 23:00:33 +0000 |
commit | 93ce2b4ca5a40c41ac945cd3aaf4a4a22bb751e1 (patch) | |
tree | 6832f5c9dfdbe0f0bd5c8708344a769676b1f95d /module/zfs/zrlock.c | |
parent | 1272941f49321bcb7b26025670720c98785427ee (diff) | |
download | src-93ce2b4ca5a40c41ac945cd3aaf4a4a22bb751e1.tar.gz src-93ce2b4ca5a40c41ac945cd3aaf4a4a22bb751e1.zip |
Diffstat (limited to 'module/zfs/zrlock.c')
-rw-r--r-- | module/zfs/zrlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zrlock.c b/module/zfs/zrlock.c index 4f4854436e4f..014a5cc6c7e0 100644 --- a/module/zfs/zrlock.c +++ b/module/zfs/zrlock.c @@ -189,7 +189,7 @@ zrl_owner(zrlock_t *zrl) } #endif -#if defined(_KERNEL) && defined(HAVE_SPL) +#if defined(_KERNEL) EXPORT_SYMBOL(zrl_add_impl); EXPORT_SYMBOL(zrl_remove); |