File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2170,7 +2170,6 @@ static inline void *folio_address(const struct folio *folio)
2170
2170
return page_address (& folio -> page );
2171
2171
}
2172
2172
2173
- extern void * page_rmapping (struct page * page );
2174
2173
extern pgoff_t __page_file_index (struct page * page );
2175
2174
2176
2175
/*
Original file line number Diff line number Diff line change @@ -734,12 +734,6 @@ void *vcalloc(size_t n, size_t size)
734
734
}
735
735
EXPORT_SYMBOL (vcalloc );
736
736
737
- /* Neutral page->mapping pointer to address_space or anon_vma or other */
738
- void * page_rmapping (struct page * page )
739
- {
740
- return folio_raw_mapping (page_folio (page ));
741
- }
742
-
743
737
struct anon_vma * folio_anon_vma (struct folio * folio )
744
738
{
745
739
unsigned long mapping = (unsigned long )folio -> mapping ;
You can’t perform that action at this time.
0 commit comments