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:
Pawel Jakub Dawidek 2009-09-15 12:21:06 +00:00
parent 26e71a6c1b
commit 9c0bf68299

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