Home
last modified time | relevance | path

Searched hist:"1 bda9dad" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/omfs/
H A Dfile.c1bda9dad Fri Dec 02 04:26:44 CST 2022 Christoph Hellwig <hch@lst.de> omfs: 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-8-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>