]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r308869 (by imp):
authormav <mav@FreeBSD.org>
Thu, 1 Feb 2018 19:31:39 +0000 (19:31 +0000)
committermav <mav@FreeBSD.org>
Thu, 1 Feb 2018 19:31:39 +0000 (19:31 +0000)
commit9cc76186768d73116ea0f3e435049400c610adb6
tree3b335444ab3133e2fcc88e9039e0a574b4dad765
parenta06be92929b2bf40d6fef6832059e9ac4ff01e3e
MFC r308869 (by imp):
i386 turns out to not have __uint128_t. So confusingly use 64-bit math
instead. Since we're little endian, we can get away with it. Also,
since the counters in quesitons would require billions of iops for
tens of billions of seconds to overflow, and since such data rates are
unlikely for people using i386 for a while, that's OK. The fastest
cards today can't do even a million IOPs.
sbin/nvmecontrol/logpage.c