diff options
| author | Christoph Hellwig <[email protected]> | 2022-12-29 06:10:28 -1000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-01-18 17:12:51 -0800 |
| commit | 25a89826f270ddbf76dca7d64e4f8a8dccda3d1e (patch) | |
| tree | b1e6e8c35988386f6e887c2abd2ca1c9cfd3ca24 /include | |
| parent | d4428bad14dd1509d7a1176dba69a01d67c0b86d (diff) | |
ntfs3: 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/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Joseph Qi <[email protected]>
Cc: Konstantin Komarov <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions