···283283 /*284284 * this_len is the max we'll use from this page285285 */286286- this_len = min(len, PAGE_CACHE_SIZE - loff);286286+ this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff);287287find_page:288288 /*289289 * lookup the page for this index