Merge branch 'linux-have-zpl' into refs/top-bases/linux-zfs-branch
Conflicts: module/zfs/zfs_vfsops.c
This commit is contained in:
commit
07a56371aa
|
@ -1975,6 +1975,7 @@ zfs_init(void)
|
||||||
* Initialize znode cache, vnode ops, etc...
|
* Initialize znode cache, vnode ops, etc...
|
||||||
*/
|
*/
|
||||||
zfs_znode_init();
|
zfs_znode_init();
|
||||||
|
|
||||||
dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb);
|
dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb);
|
||||||
#endif /* HAVE_ZPL */
|
#endif /* HAVE_ZPL */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue