X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fnvpair%2Fnvpair_alloc_fixed.c;h=20081ba56c4d5c937b089baa5c0e6e6b27169664;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=b1128eeb9bc353d2882e8947cadc37133e397a1f;hpb=3affbe6d7e23f26ef9b4e70043b9fb93bfe9ea32;p=zfs.git diff --git a/module/nvpair/nvpair_alloc_fixed.c b/module/nvpair/nvpair_alloc_fixed.c index b1128ee..20081ba 100644 --- a/module/nvpair/nvpair_alloc_fixed.c +++ b/module/nvpair/nvpair_alloc_fixed.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" + #include #include @@ -118,3 +118,7 @@ const nv_alloc_ops_t nv_fixed_ops_def = { }; const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def; + +#if defined(_KERNEL) && defined(HAVE_SPL) +EXPORT_SYMBOL(nv_fixed_ops); +#endif