mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
mm: Remove __delete_from_page_cache()
This wrapper is no longer used. Remove it and all references to it. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
This commit is contained in:
@@ -604,7 +604,7 @@ void clear_inode(struct inode *inode)
|
||||
{
|
||||
/*
|
||||
* We have to cycle the i_pages lock here because reclaim can be in the
|
||||
* process of removing the last page (in __delete_from_page_cache())
|
||||
* process of removing the last page (in __filemap_remove_folio())
|
||||
* and we must not free the mapping under it.
|
||||
*/
|
||||
xa_lock_irq(&inode->i_data.i_pages);
|
||||
|
Reference in New Issue
Block a user