]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r321104 (by jhibbits): Make ZFS not crash on mount on 32-bit systems
authormav <mav@FreeBSD.org>
Sat, 17 Feb 2018 23:51:15 +0000 (23:51 +0000)
committermav <mav@FreeBSD.org>
Sat, 17 Feb 2018 23:51:15 +0000 (23:51 +0000)
commitaf7d202e1dcdeda020ee1fdb96e2b1eb4dbbad39
tree3fa05e56ecd0a09b848adfe398b680b072c89e1d
parent044d084545adcca2b49c909b57b012fcca433927
MFC r321104 (by jhibbits): Make ZFS not crash on mount on 32-bit systems

ZPL_VERSION is unsigned long long, not an int.  With this change, a zpool
can be created on a 32-bit system (tested on powerpcspe) and mounted
correctly.
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c