mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202129
@ -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