aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorZhangPeng <[email protected]>2023-07-01 11:28:53 +0800
committerAndrew Morton <[email protected]>2023-08-18 10:12:01 -0700
commitfc1878ec70ede56ee48f2d65525d4f7c6888b496 (patch)
tree4dac6d6f4c0f15cd589a430b88cac249e80aef73 /include/linux
parent15b4919a1e0703b77dd7cc0a4d9732f7f6181236 (diff)
mm: remove page_rmapping()
After converting the last user to folio_raw_mapping(), we can safely remove the function. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: ZhangPeng <[email protected]> Reviewed-by: Sidhartha Kumar <[email protected]> Reviewed-by: Matthew Wilcox (Oracle) <[email protected]> Cc: Kefeng Wang <[email protected]> Cc: Nanyong Sun <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 406ab9ea818f..6d150990e35c 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -2170,7 +2170,6 @@ static inline void *folio_address(const struct folio *folio)
return page_address(&folio->page);
}
-extern void *page_rmapping(struct page *page);
extern pgoff_t __page_file_index(struct page *page);
/*