kboot: Use MIN instead of min
MIN works for any type, while min() is only for integers. So we were
rounding down to 0 since that's the size of 4GB truncated to an int.
Sponsored by: Netflix
kboot: Use MIN instead of min Tags None Referenced Files None Subscribers None
Description
Details
|