| 2138 | } |
| 2139 | |
| 2140 | void |
| 2141 | zfs_init(void) |
| 2142 | { |
| 2143 | zfsctl_init(); |
| 2144 | zfs_znode_init(); |
| 2145 | dmu_objset_register_type(DMU_OST_ZFS, zpl_get_file_info); |
| 2146 | register_filesystem(&zpl_fs_type); |
| 2147 | } |
| 2148 | |
| 2149 | void |
| 2150 | zfs_fini(void) |
no test coverage detected