The patch titled Subject: mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix has been removed from the -mm tree. Its filename was mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix.patch This patch was dropped because it was folded into mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix Make zone_pagecache_reclaimable() return ulong rather than long. Negative values are meainingless here and all zone_pagecache_reclaimable() callers turn its retrun value into ulong anyway. Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxx> Cc: Alexandru Moise <00moses.alexander00@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmscan.c~mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix mm/vmscan.c --- a/mm/vmscan.c~mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix +++ a/mm/vmscan.c @@ -3693,7 +3693,7 @@ static inline unsigned long zone_unmappe } /* Work out how many page cache pages we can reclaim in this reclaim_mode */ -static long zone_pagecache_reclaimable(struct zone *zone) +static unsigned long zone_pagecache_reclaimable(struct zone *zone) { unsigned long nr_pagecache_reclaimable; unsigned long delta = 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are uaccess-reimplement-probe_kernel_address-using-probe_kernel_read.patch mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable.patch mm-oom_kill-fix-the-wrong-task-mm-==-mm-checks-in-oom_kill_process-fix.patch mm-vmstatc-uninline-node_page_state.patch mm-vmstatc-uninline-node_page_state-fix.patch mm-cmac-suppress-warning.patch memcg-fix-thresholds-for-32b-architectures-fix-fix.patch kasan-various-fixes-in-documentation-checkpatch-fixes.patch mm-slub-kasan-enable-user-tracking-by-default-with-kasan=y-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html