diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2021-12-07 19:28:49 +0000 |
|---|---|---|
| committer | Matthew Wilcox (Oracle) <[email protected]> | 2022-01-08 05:28:41 +0000 |
| commit | 1613fac9aaf840af76faa747ea428a714af98dbd (patch) | |
| tree | eaae4b9e7d9392ba0038210e2b6111dd9e783236 /mm/truncate.c | |
| parent | mm: Convert find_lock_entries() to use a folio_batch (diff) | |
| download | kernel-1613fac9aaf840af76faa747ea428a714af98dbd.tar.gz kernel-1613fac9aaf840af76faa747ea428a714af98dbd.zip | |
mm: Remove pagevec_remove_exceptionals()
All of its callers now call folio_batch_remove_exceptionals().
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
Diffstat (limited to 'mm/truncate.c')
| -rw-r--r-- | mm/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/truncate.c b/mm/truncate.c index e7f5762c43d3..a1113b0abb30 100644 --- a/mm/truncate.c +++ b/mm/truncate.c @@ -57,7 +57,7 @@ static void clear_shadow_entry(struct address_space *mapping, pgoff_t index, /* * Unconditionally remove exceptional entries. Usually called from truncate * path. Note that the folio_batch may be altered by this function by removing - * exceptional entries similar to what pagevec_remove_exceptionals does. + * exceptional entries similar to what folio_batch_remove_exceptionals() does. */ static void truncate_folio_batch_exceptionals(struct address_space *mapping, struct folio_batch *fbatch, pgoff_t *indices) |
