On Fri, Aug 31, 2018 at 09:31:36PM +0200, Jiri Slaby wrote: > > Can't this be just > > map.m_len = min_t(unsigned long, last_block - first_block + 1, UINT_MAX)? Yes, good point, thanks. - Ted
On Fri, Aug 31, 2018 at 09:31:36PM +0200, Jiri Slaby wrote: > > Can't this be just > > map.m_len = min_t(unsigned long, last_block - first_block + 1, UINT_MAX)? Yes, good point, thanks. - Ted