The patch titled Subject: fs, proc: remove unused variable has been removed from the -mm tree. Its filename was fs-proc-remove-priv-argument-from-is_stack-fix.patch This patch was dropped because it was folded into fs-proc-remove-priv-argument-from-is_stack.patch ------------------------------------------------------ From: Arnd Bergmann <arnd@xxxxxxxx> Subject: fs, proc: remove unused variable The last cleanup can go a little further, as shown by this warning: fs/proc/task_mmu.c: In function 'show_map_vma': fs/proc/task_mmu.c:285:28: error: unused variable 'priv' [-Werror=unused-variable] Link: http://lkml.kernel.org/r/20170801120150.1520051-1-arnd@xxxxxxxx Fixes: 14ccc3193225 ("fs, proc: remove priv argument from is_stack") Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/task_mmu.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/proc/task_mmu.c~fs-proc-remove-priv-argument-from-is_stack-fix fs/proc/task_mmu.c --- a/fs/proc/task_mmu.c~fs-proc-remove-priv-argument-from-is_stack-fix +++ a/fs/proc/task_mmu.c @@ -301,7 +301,6 @@ show_map_vma(struct seq_file *m, struct { struct mm_struct *mm = vma->vm_mm; struct file *file = vma->vm_file; - struct proc_maps_private *priv = m->private; vm_flags_t flags = vma->vm_flags; unsigned long ino = 0; unsigned long long pgoff = 0; _ Patches currently in -mm which might be from arnd@xxxxxxxx are fs-proc-remove-priv-argument-from-is_stack.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