]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/vdev_file.h
ztest: scrub ddt repair
[mirror_zfs.git] / include / sys / vdev_file.h
index b4d40f9df29fe2e969699b15cb5d90b938da49b4..9a398c58391e24c101e1ae541725ada5dcbbb36d 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef _SYS_VDEV_FILE_H
 #define        _SYS_VDEV_FILE_H
 
-
-
 #include <sys/vdev.h>
 
 #ifdef __cplusplus
@@ -39,6 +37,9 @@ typedef struct vdev_file {
        vnode_t         *vf_vnode;
 } vdev_file_t;
 
+extern void vdev_file_init(void);
+extern void vdev_file_fini(void);
+
 #ifdef __cplusplus
 }
 #endif