linux-stable/fs/hpfs
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
..
alloc.c
anode.c
buffer.c hpfs: fix warning due to superfluous semicolon 2020-06-06 10:08:17 -07:00
dentry.c
dir.c
dnode.c
ea.c
file.c hpfs: remove ->writepage 2022-12-11 18:12:18 -08:00
hpfs.h treewide: Replace open-coded flex arrays in unions 2021-10-18 12:28:53 -07:00
hpfs_fn.h fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
inode.c fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
Kconfig hpfs: use iomap_fiemap to implement ->fiemap 2021-07-27 11:00:36 +02:00
Makefile
map.c
name.c
namei.c hpfs: Convert symlinks to read_folio 2022-05-09 16:21:45 -04:00
super.c fs: allocate inode by using alloc_inode_sb() 2022-03-22 15:57:03 -07:00