David Howells Thu, 22 Feb 2018 15:42:54 -0800
David Howells <[email protected]> wrote: > + l = min(len, PAGE_SIZE);
Sigh. This needs to be a min_t(). David