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 @@ -2278,7 +2278,6 @@ static inline void *folio_address(const struct folio *folio)
2278
2278
return page_address (& folio -> page );
2279
2279
}
2280
2280
2281
- extern void * page_rmapping (struct page * page );
2282
2281
extern pgoff_t __page_file_index (struct page * page );
2283
2282
2284
2283
/*
Original file line number Diff line number Diff line change @@ -738,12 +738,6 @@ void *vcalloc(size_t n, size_t size)
738
738
}
739
739
EXPORT_SYMBOL (vcalloc );
740
740
741
- /* Neutral page->mapping pointer to address_space or anon_vma or other */
742
- void * page_rmapping (struct page * page )
743
- {
744
- return folio_raw_mapping (page_folio (page ));
745
- }
746
-
747
741
struct anon_vma * folio_anon_vma (struct folio * folio )
748
742
{
749
743
unsigned long mapping = (unsigned long )folio -> mapping ;
You can’t perform that action at this time.
0 commit comments