The patch titled Subject: mm-proc-pid-smaps-factor-out-common-stats-printing-fix has been removed from the -mm tree. Its filename was mm-proc-pid-smaps-factor-out-common-stats-printing-fix.patch This patch was dropped because it was folded into mm-proc-pid-smaps-factor-out-common-stats-printing.patch ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: mm-proc-pid-smaps-factor-out-common-stats-printing-fix add const, per Alexey. Link: http://lkml.kernel.org/r/b45f319f-cd04-337b-37f8-77f99786aa8a@xxxxxxx Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Daniel Colascione <dancol@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/task_mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/task_mmu.c~mm-proc-pid-smaps-factor-out-common-stats-printing-fix +++ a/fs/proc/task_mmu.c @@ -749,7 +749,7 @@ static void smap_gather_stats(struct vm_ seq_put_decimal_ull_width(m, str, (val) >> 10, 8) /* Show the contents common for smaps and smaps_rollup */ -static void __show_smap(struct seq_file *m, struct mem_size_stats *mss) +static void __show_smap(struct seq_file *m, const struct mem_size_stats *mss) { SEQ_PUT_DEC("Rss: ", mss->resident); SEQ_PUT_DEC(" kB\nPss: ", mss->pss >> PSS_SHIFT); _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-proc-pid-maps-remove-is_pid-and-related-wrappers.patch mm-proc-pid-smaps-factor-out-mem-stats-gathering.patch mm-proc-pid-smaps-factor-out-common-stats-printing.patch mm-proc-pid-smaps_rollup-convert-to-single-value-seq_file.patch mm-proc-pid-smaps_rollup-convert-to-single-value-seq_file-fix.patch