]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/dsl_synctask.c
Add linux kernel module support
[mirror_zfs.git] / module / zfs / dsl_synctask.c
index 977702912b659633505d488fb83760464c798dbd..f807ccc692c7998a91a700cea14a1bcc57fef751 100644 (file)
@@ -238,3 +238,8 @@ dsl_sync_task_do_nowait(dsl_pool_t *dp,
            arg1, arg2, blocks_modified);
        dsl_sync_task_group_nowait(dstg, tx);
 }
+
+#if defined(_KERNEL) && defined(HAVE_SPL)
+EXPORT_SYMBOL(dsl_sync_task_do);
+EXPORT_SYMBOL(dsl_sync_task_do_nowait);
+#endif