summaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
diff options
context:
space:
mode:
authorKeith Busch2019-07-19 00:58:46 +0200
committerLinus Torvalds2019-07-19 02:08:07 +0200
commit371096949f0ad3950b06729989bd27de51b8c5f5 (patch)
tree07e2eb89ab58c07f951213a7df3824b9db111af0 /include/linux/migrate.h
parentmm/sparsemem: cleanup 'section number' data types (diff)
downloadkernel-qcow2-linux-371096949f0ad3950b06729989bd27de51b8c5f5.tar.gz
kernel-qcow2-linux-371096949f0ad3950b06729989bd27de51b8c5f5.tar.xz
kernel-qcow2-linux-371096949f0ad3950b06729989bd27de51b8c5f5.zip
mm: migrate: remove unused mode argument
migrate_page_move_mapping() doesn't use the mode argument. Remove it and update callers accordingly. Link: http://lkml.kernel.org/r/20190508210301.8472-1-keith.busch@intel.com Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Zi Yan <ziy@nvidia.com> Cc: Mel Gorman <mgorman@techsingularity.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/migrate.h')
-rw-r--r--include/linux/migrate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index e13d9bf2f9a5..7f04754c7f2b 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -77,8 +77,7 @@ extern void migrate_page_copy(struct page *newpage, struct page *page);
extern int migrate_huge_page_move_mapping(struct address_space *mapping,
struct page *newpage, struct page *page);
extern int migrate_page_move_mapping(struct address_space *mapping,
- struct page *newpage, struct page *page, enum migrate_mode mode,
- int extra_count);
+ struct page *newpage, struct page *page, int extra_count);
#else
static inline void putback_movable_pages(struct list_head *l) {}