mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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:
parent
fb5c2029f8
commit
6ffcd825e7
5 changed files with 4 additions and 8 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue