j
k
j a
j l
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)?
Can't this be just
map.m_len = min_t(unsigned long, last_block - first_block + 1, UINT_MAX)?
Yes, good point, thanks.
- Ted
Back to the thread
Back to the list