The patch titled proc-calculate-the-correct-proc-pid-link-count-cleanup has been removed from the -mm tree. Its filename was proc-calculate-the-correct-proc-pid-link-count-cleanup.patch This patch was dropped because it was folded into proc-calculate-the-correct-proc-pid-link-count.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: proc-calculate-the-correct-proc-pid-link-count-cleanup From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Cc: Pavel Emelyanov <xemul@xxxxxxxxxx> Cc: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff -puN fs/proc/base.c~proc-calculate-the-correct-proc-pid-link-count-cleanup fs/proc/base.c --- a/fs/proc/base.c~proc-calculate-the-correct-proc-pid-link-count-cleanup +++ a/fs/proc/base.c @@ -127,8 +127,10 @@ struct pid_entry { NULL, &proc_single_file_operations, \ { .proc_show = &proc_##OTYPE } ) -/* Count the number of hardlinks for the pid_entry table, excluding the . - * and .. links. */ +/* + * Count the number of hardlinks for the pid_entry table, excluding the . + * and .. links. + */ static unsigned int pid_entry_count_dirs(const struct pid_entry *entries, unsigned int n) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are pagemap-fix-bug-in-add_to_pagemap-require-aligned-length-reads-of-proc-pid-pagemap-v2-of-series-checkpatch-fixes.patch rtc-class-driver-for-ppc_md-rtc-functions.patch proc-calculate-the-correct-proc-pid-link-count.patch proc-calculate-the-correct-proc-pid-link-count-cleanup.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