mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r197218:
We believe ZFS is ready for production use. Remove a warning about it being experimental. :) Approved by: re (kib)
This commit is contained in:
parent
26e71a6c1b
commit
9c0bf68299
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue