···283 /*284 * this_len is the max we'll use from this page285 */286- this_len = min(len, PAGE_CACHE_SIZE - loff);287find_page:288 /*289 * lookup the page for this index
···283 /*284 * this_len is the max we'll use from this page285 */286+ this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff);287find_page:288 /*289 * lookup the page for this index