mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] fs-proc-remove-priv-argument-from-is_stack-fix.patch removed from -mm tree
@ 2017-09-08 23:00 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-09-08 23:00 UTC (permalink / raw)
  To: arnd, mhocko, sfr, mm-commits


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@arndb.de>
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@arndb.de
Fixes: 14ccc3193225 ("fs, proc: remove priv argument from is_stack")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@arndb.de are

fs-proc-remove-priv-argument-from-is_stack.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-08 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 23:00 [folded-merged] fs-proc-remove-priv-argument-from-is_stack-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).