All of lore.kernel.org
 help / color / mirror / Atom feed
* + mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.patch added to -mm tree
@ 2017-03-28 23:22 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-03-28 23:22 UTC (permalink / raw)
  To: pushkar.iit, mm-commits


The patch titled
     Subject: include/linux/migrate.h: add arg names to prototype
has been added to the -mm tree.  Its filename is
     mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.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 ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Pushkar Jambhlekar <pushkar.iit@gmail.com>
Subject: include/linux/migrate.h: add arg names to prototype

It is preferred, and the rest of migrate.h gets it right.

Link: http://lkml.kernel.org/r/1490336009-8024-1-git-send-email-pushkar.iit@gmail.com
Signed-off-by: Pushkar Jambhlekar <pushkar.iit@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/migrate.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -puN include/linux/migrate.h~mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition include/linux/migrate.h
--- a/include/linux/migrate.h~mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition
+++ a/include/linux/migrate.h
@@ -33,8 +33,9 @@ extern char *migrate_reason_names[MR_TYP
 #ifdef CONFIG_MIGRATION
 
 extern void putback_movable_pages(struct list_head *l);
-extern int migrate_page(struct address_space *,
-			struct page *, struct page *, enum migrate_mode);
+extern int migrate_page(struct address_space *mapping,
+			struct page *newpage, struct page *page,
+			enum migrate_mode mode);
 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
 		unsigned long private, enum migrate_mode mode, int reason);
 extern int isolate_movable_page(struct page *page, isolate_mode_t mode);
_

Patches currently in -mm which might be from pushkar.iit@gmail.com are

mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.patch


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

only message in thread, other threads:[~2017-03-28 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 23:22 + mm-include-linux-migrateh-fixing-checkpatch-warning-regarding-function-definition.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.