On Wed, May 15, 2019 at 12:34:00AM +0000, Jason Gunthorpe wrote: > On Tue, May 14, 2019 at 12:45:10PM -0700, Nathan Chancellor wrote: > > DIV_ROUND_UP is u64 / u32 in this case. I think DIV_ROUND_UP_ULL is > > needed but I am not sure if that has any unintended side effects so I > > didn't want to send a patch. > > Hmm. Most likely those u64 length's should really be size_t. Indeed, it should be size_t. > > Ariel? > > Jason