+ do_migrate_pages-remove-unused-variable.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     do_migrate_pages(): remove unused variable
has been added to the -mm tree.  Its filename is
     do_migrate_pages-remove-unused-variable.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: do_migrate_pages(): remove unused variable
From: MinChan Kim <minchan.kim@xxxxxxxxx>

Signed-off-by: MinChan Kim <minchan.kim@xxxxxxxxx>
Acked-by: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/mempolicy.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN mm/mempolicy.c~do_migrate_pages-remove-unused-variable mm/mempolicy.c
--- a/mm/mempolicy.c~do_migrate_pages-remove-unused-variable
+++ a/mm/mempolicy.c
@@ -803,7 +803,6 @@ static int migrate_to_node(struct mm_str
 int do_migrate_pages(struct mm_struct *mm,
 	const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags)
 {
-	LIST_HEAD(pagelist);
 	int busy = 0;
 	int err = 0;
 	nodemask_t tmp;
_

Patches currently in -mm which might be from minchan.kim@xxxxxxxxx are

do_migrate_pages-remove-unused-variable.patch
vmscan-free-swap-space-on-swap-in-activation.patch
define-page_file_cache-function.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux