The patch titled Subject: proc-skip-branch-in-proc-lookup-fix has been removed from the -mm tree. Its filename was proc-skip-branch-in-proc-lookup-fix.patch This patch was dropped because it was folded into proc-skip-branch-in-proc-lookup.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-skip-branch-in-proc-lookup-fix proc_pident_instantiate() no longer takes the inode* Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/base.c~proc-skip-branch-in-proc-lookup-fix fs/proc/base.c --- a/fs/proc/base.c~proc-skip-branch-in-proc-lookup-fix +++ a/fs/proc/base.c @@ -2439,7 +2439,7 @@ static struct dentry *proc_pident_lookup if (p->len != dentry->d_name.len) continue; if (!memcmp(dentry->d_name.name, p->name, p->len)) { - res = proc_pident_instantiate(dir, dentry, task, p); + res = proc_pident_instantiate(dentry, task, p); break; } } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-skip-branch-in-proc-lookup.patch kcov-prefault-the-kcov_area-fix.patch kcov-prefault-the-kcov_area-fix-fix.patch kcov-prefault-the-kcov_area-fix-fix-fix.patch mm-fix-oom_kill-event-handling-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