[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210405151355.9867-1-rppt@kernel.org>
Date: Mon, 5 Apr 2021 18:13:53 +0300
From: Mike Rapoport <rppt@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Matthew Wilcox <willy@...radead.org>,
Mike Rapoport <rppt@...nel.org>,
Mike Rapoport <rppt@...ux.ibm.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] minor cleanups of include/linux/mm.h
From: Mike Rapoport <rppt@...ux.ibm.com>
Hi,
While looking at recent page_mapping_file() changes I've noticed that
page_rmapping() and page_anon_vma() could be moved from include/linux/mm.h
and we don't need two forward declarations of page_mapping().
I've also noticed that except page_mapping_file() we have somewhat similar
page_file_mapping(), which seems superfluous, but I didn't dig further to
see how one of them can be dropped.
The patches are vs v5.12-rc5-mmots-2021-03-31-22-26.
Mike Rapoport (2):
mm: move page_rmapping() and page_anon_vma() to mm/internal.h
include/linux/mm.h: remove duplicated declaration of page_mapping()
include/linux/mm.h | 4 ----
mm/internal.h | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)
--
2.28.0
Powered by blists - more mailing lists