Report ZFS filesystem version instead of the zpool version when we say it.

Reported by:	Yuri Pankov (on -fs@)
Submitted by:	delphij
Approved by:	pjd
MFC after:	1 week
This commit is contained in:
Xin LI 2010-01-11 23:15:11 +00:00
parent fbf9cd2256
commit 51b1ec310c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202129

View File

@ -1388,7 +1388,7 @@ void
zfs_init(void)
{
printf("ZFS filesystem version " SPA_VERSION_STRING "\n");
printf("ZFS filesystem version " ZPL_VERSION_STRING "\n");
/*
* Initialize znode cache, vnode ops, etc...