mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 01:03:52 +00:00
->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> |
||
|---|---|---|
| .. | ||
| alloc.c | ||
| anode.c | ||
| buffer.c | ||
| dentry.c | ||
| dir.c | ||
| dnode.c | ||
| ea.c | ||
| file.c | ||
| hpfs.h | ||
| hpfs_fn.h | ||
| inode.c | ||
| Kconfig | ||
| Makefile | ||
| map.c | ||
| name.c | ||
| namei.c | ||
| super.c | ||