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:
@@ -443,7 +443,7 @@ EXPORT_SYMBOL(truncate_inode_pages_range);
|
||||
* mapping->invalidate_lock.
|
||||
*
|
||||
* Note: When this function returns, there can be a page in the process of
|
||||
* deletion (inside __delete_from_page_cache()) in the specified range. Thus
|
||||
* deletion (inside __filemap_remove_folio()) in the specified range. Thus
|
||||
* mapping->nrpages can be non-zero when this function returns even after
|
||||
* truncation of the whole mapping.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user