From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45480C47096 for ; Thu, 3 Jun 2021 22:54:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28D446140A for ; Thu, 3 Jun 2021 22:54:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbhFCW4B (ORCPT ); Thu, 3 Jun 2021 18:56:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:51450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhFCW4B (ORCPT ); Thu, 3 Jun 2021 18:56:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7D9B561407; Thu, 3 Jun 2021 22:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1622760847; bh=iGnNsPuuamilWEruvZnEHS3ujR3KE97zNaJ3w0xKVN8=; h=Date:From:To:Subject:From; b=xFA/Qr9QD0b3leZfE0sf41icI8yFTaEHAPR+ZTw33MPyBSJUAK8ioribePh8NSYGS HJ1bUWrVwdxB5IugtLsf0RfMNmYL44XbHr5fkQakll6g5Sc2DtkyHmeJ8nf6PXkFDU fXSeugkxBhOTbIOHXPyTM5yOO0o3dHgCKivXYiSM= Date: Thu, 03 Jun 2021 15:54:07 -0700 From: akpm@linux-foundation.org To: akpm@linux-foundation.org, hughd@google.com, mm-commits@vger.kernel.org, shy828301@gmail.com Subject: [obsolete] mm-rmap-make-try_to_unmap-void-function-fix-fix.patch removed from -mm tree Message-ID: <20210603225407.-SnyWQ1p9%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: mm-rmap-make-try_to_unmap-void-function-fix-fix has been removed from the -mm tree. Its filename was mm-rmap-make-try_to_unmap-void-function-fix-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton Subject: mm-rmap-make-try_to_unmap-void-function-fix-fix fix merge snafu Cc: Hugh Dickins Cc: Yang Shi Signed-off-by: Andrew Morton --- mm/rmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/rmap.c~mm-rmap-make-try_to_unmap-void-function-fix-fix +++ a/mm/rmap.c @@ -1674,8 +1674,6 @@ void try_to_unmap(struct page *page, enu rmap_walk_locked(page, &rwc); else rmap_walk(page, &rwc); - - return !page_mapcount(page) ? true : false; } /* @@ -1947,6 +1945,8 @@ bool try_to_migrate(struct page *page, e rmap_walk_locked(page, &rwc); else rmap_walk(page, &rwc); + + return !page_mapcount(page) ? true : false; } /* _ Patches currently in -mm which might be from akpm@linux-foundation.org are mm.patch mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix-2.patch slub-force-on-no_hash_pointers-when-slub_debug-is-enabled-fix.patch mm-gup-pack-has_pinned-in-mmf_has_pinned-checkpatch-fixes.patch mm-memcg-optimize-user-context-object-stock-access-checkpatch-fixes.patch mm-memcg-slab-create-a-new-set-of-kmalloc-cg-n-caches-v5-fix.patch binfmt-remove-in-tree-usage-of-map_executable-fix.patch mm-mmap-introduce-unlock_range-for-code-cleanup-fix.patch powerpc-mm-book3s64-update-tlb-flush-routines-to-take-a-page-walk-cache-flush-argument-fix.patch mm-mremap-use-range-flush-that-does-tlb-and-page-walk-cache-flush-fix.patch mm-page_alloc-convert-per-cpu-list-protection-to-local_lock-fix-checkpatch-fixes.patch mm-memory-failure-use-a-mutex-to-avoid-memory_failure-races-fix.patch mm-memory_hotplug-disable-memmap_on_memory-when-hugetlb_free_vmemmap-enabled-fix.patch mm-userfaultfd-fix-uffd-wp-special-cases-for-fork-fix.patch nommu-remove-__gfp_highmem-in-vmalloc-vzalloc-checkpatch-fixes.patch mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch mmmemory_hotplug-drop-unneeded-locking-fix.patch fs-proc-kcorec-add-mmap-interface-fix.patch kernelh-split-out-panic-and-oops-helpers-fix.patch lib-math-rational-add-kunit-test-cases-fix.patch lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch ipc-utilc-use-binary-search-for-max_idx-fix.patch linux-next-pre.patch linux-next-post.patch linux-next-rejects.patch mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch