We believe ZFS is ready for production use. Remove a warning about it being
experimental. :)
This commit is contained in:
parent
ae451af40c
commit
ad496a0821
@ -3072,8 +3072,6 @@ zfs_modevent(module_t mod, int type, void *unused __unused)
|
||||
switch (type) {
|
||||
case MOD_LOAD:
|
||||
zfs_root_token = root_mount_hold("ZFS");
|
||||
printf("WARNING: ZFS is considered to be an experimental "
|
||||
"feature in FreeBSD.\n");
|
||||
|
||||
mutex_init(&zfs_share_lock, NULL, MUTEX_DEFAULT, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user