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:
parent
fbf9cd2256
commit
51b1ec310c
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user