commit | 5100da38ef3c33d9ad8b60b29c2b671249bf7e1d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sat Feb 12 22:48:55 2022 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Mar 21 12:59:01 2022 -0400 |
tree | eef4a39c6e56852c4cba81fe237adabb6e70213d | |
parent | e41c81d0d30e1a6ebf408feaf561f80cac4457dc [diff] |
mm: Convert remove_mapping() to take a folio Add kernel-doc and return the number of pages removed in order to get the statistics right in __invalidate_mapping_pages(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>