diff options
author | 2025-02-17 18:51:09 +0000 | |
---|---|---|
committer | 2025-02-28 11:21:30 +0100 | |
commit | 19a288110435408fcf2cb274823f2a17d03caf9b (patch) | |
tree | 10b1a577952aed07cb0d2ae9bab6b94b316bba7c /tools/perf/scripts/python/task-analyzer.py | |
parent | Merge patch series "ceph: fix generic/421 test failure" (diff) | |
download | linux-rng-19a288110435408fcf2cb274823f2a17d03caf9b.tar.xz linux-rng-19a288110435408fcf2cb274823f2a17d03caf9b.zip |
ceph: Remove ceph_writepage()
Ceph already has a writepages operation which is preferred over writepage
in all situations except for page migration. By adding a migrate_folio
operation, there will be no situations in which ->writepage should
be called. filemap_migrate_folio() is an appropriate operation to use
because the ceph data stored in folio->private does not contain any
reference to the memory address of the folio.
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250217185119.430193-2-willy@infradead.org
Tested-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions