The patch titled Subject: mm-support-madvisemadv_free-fix-2-fix has been removed from the -mm tree. Its filename was mm-support-madvisemadv_free-fix-2-fix.patch This patch was dropped because it was folded into mm-support-madvisemadv_free.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-support-madvisemadv_free-fix-2-fix small cleanups Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/rmap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -puN mm/rmap.c~mm-support-madvisemadv_free-fix-2-fix mm/rmap.c --- a/mm/rmap.c~mm-support-madvisemadv_free-fix-2-fix +++ a/mm/rmap.c @@ -1608,7 +1608,7 @@ int try_to_unmap(struct page *page, enum struct rmap_walk_control rwc = { .rmap_one = try_to_unmap_one, - .arg = (void *)&rp, + .arg = &rp, .done = page_not_mapped, .anon_lock = page_lock_anon_vma_read, }; @@ -1654,7 +1654,6 @@ int try_to_unmap(struct page *page, enum int try_to_munlock(struct page *page) { int ret; - struct rmap_private rp = { .flags = TTU_MUNLOCK, .lazyfreed = 0, @@ -1662,7 +1661,7 @@ int try_to_munlock(struct page *page) struct rmap_walk_control rwc = { .rmap_one = try_to_unmap_one, - .arg = (void *)&rp, + .arg = &rp, .done = page_not_mapped, .anon_lock = page_lock_anon_vma_read, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-support-madvisemadv_free.patch arch-uapi-asm-mmanh-let-madv_free-have-same-value-for-all-architectures-fix.patch arch-uapi-asm-mmanh-let-madv_free-have-same-value-for-all-architectures-fix-fix-2.patch arch-uapi-asm-mmanh-let-madv_free-have-same-value-for-all-architectures-fix-fix-2-fix-3.patch mm-mlockc-change-can_do_mlock-return-value-type-to-boolean-fix.patch mm-hugetlbfs-unmap-pages-if-page-fault-raced-with-hole-punch-fix.patch mm-soft-offline-exit-with-failure-for-non-anonymous-thp-fix.patch kernel-stop_machinec-remove-config_smp-dependencies.patch kernel-stop_machinec-remove-config_smp-dependencies-fix.patch lib-vsprintfc-expand-field_width-to-24-bits-fix.patch lib-test_printfc-test-dentry-printing-fix.patch printk-help-pr_debug-and-pr_devel-to-optimize-out-arguments-fix.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