mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-page_vma_mapped_walk-add-a-level-of-indentation-fix.patch removed from -mm tree
@ 2021-06-25  1:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-06-25  1:30 UTC (permalink / raw)
  To: hughd, mm-commits


The patch titled
     Subject: mm: page_vma_mapped_walk(): add a level of indentation fix
has been removed from the -mm tree.  Its filename was
     mm-page_vma_mapped_walk-add-a-level-of-indentation-fix.patch

This patch was dropped because it was folded into mm-page_vma_mapped_walk-add-a-level-of-indentation.patch

------------------------------------------------------
From: Hugh Dickins <hughd@google.com>
Subject: mm: page_vma_mapped_walk(): add a level of indentation fix

add a tab to the READ_ONCE line in the indentation patch.

Link: https://lkml.kernel.org/r/7f817555-3ce1-c785-e438-87d8efdcaf26@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_vma_mapped.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/page_vma_mapped.c~mm-page_vma_mapped_walk-add-a-level-of-indentation-fix
+++ a/mm/page_vma_mapped.c
@@ -190,7 +190,7 @@ restart:
 		 * compiler and used as a stale value after we've observed a
 		 * subsequent update.
 		 */
-	pmde = READ_ONCE(*pvmw->pmd);
+		pmde = READ_ONCE(*pvmw->pmd);
 
 		if (pmd_trans_huge(pmde) || is_pmd_migration_entry(pmde)) {
 			pvmw->ptl = pmd_lock(mm, pvmw->pmd);
_

Patches currently in -mm which might be from hughd@google.com are

mm-page_vma_mapped_walk-use-page-for-pvmw-page.patch
mm-page_vma_mapped_walk-settle-pagehuge-on-entry.patch
mm-page_vma_mapped_walk-use-pmde-for-pvmw-pmd.patch
mm-page_vma_mapped_walk-prettify-pvmw_migration-block.patch
mm-page_vma_mapped_walk-crossing-page-table-boundary.patch
mm-page_vma_mapped_walk-add-a-level-of-indentation.patch
mm-page_vma_mapped_walk-use-goto-instead-of-while-1.patch
mm-page_vma_mapped_walk-get-vma_address_end-earlier.patch
mm-thp-fix-page_vma_mapped_walk-if-thp-mapped-by-ptes.patch
mm-thp-another-pvmw_sync-fix-in-page_vma_mapped_walk.patch
mm-futex-fix-shared-futex-pgoff-on-shmem-huge-page.patch
mm-thp-remap_page-is-only-needed-on-anonymous-thp.patch
mm-hwpoison_user_mappings-try_to_unmap-with-ttu_sync.patch


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

only message in thread, other threads:[~2021-06-25  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25  1:30 [folded-merged] mm-page_vma_mapped_walk-add-a-level-of-indentation-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).