We believe ZFS is ready for production use. Remove a warning about it being

experimental. :)
This commit is contained in:
pjd 2009-09-15 11:34:53 +00:00
parent ae451af40c
commit ad496a0821

View File

@ -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);