]> git.baikalelectronics.ru Git - kernel.git/commit
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
authorHugh Dickins <hughd@google.com>
Fri, 25 Jun 2021 01:39:10 +0000 (18:39 -0700)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:47:54 +0000 (08:47 -0400)
commit012637277920a1fc51e130cab99df5d51f9fa666
tree14b4d11029c2d8ad0218c7f93a6cd35895986b62
parentd8381cf0680c9bead2d45e0736c346664e0c50a9
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block

page_vma_mapped_walk() cleanup: rearrange the !pmd_present() block to
follow the same "return not_found, return not_found, return true"
pattern as the block above it (note: returning not_found there is never
premature, since existence or prior existence of huge pmd guarantees
good alignment).

Link: https://lkml.kernel.org/r/378c8650-1488-2edf-9647-32a53cf2e21@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Cc: Alistair Popple <apopple@nvidia.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Ralph Campbell <rcampbell@nvidia.com>
Cc: Wang Yugui <wangyugui@e16-tech.com>
Cc: Will Deacon <will@kernel.org>
Cc: Yang Shi <shy828301@gmail.com>
Cc: Zi Yan <ziy@nvidia.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/page_vma_mapped.c