Christoph Hellwig cd2e602426 hpfs: remove ->writepage
->writepage is a very inefficient method to write back data, and only
used through write_cache_pages or a a fallback when no ->migrate_folio
method is present.

Set ->migrate_folio to the generic buffer_head based helper, and remove
the ->writepage implementation.

Link: https://lkml.kernel.org/r/20221202102644.770505-6-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-12-11 18:12:18 -08:00
..
2018-06-12 16:19:22 -07:00
2022-12-11 18:12:18 -08:00
2021-01-24 14:27:20 +01:00
2021-01-24 14:27:20 +01:00
2018-06-12 16:19:22 -07:00
2022-05-09 16:21:45 -04:00