mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
cd2e602426
->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_fn.h | ||
hpfs.h | ||
inode.c | ||
Kconfig | ||
Makefile | ||
map.c | ||
name.c | ||
namei.c | ||
super.c |