diff options
author | Christoph Hellwig <hch@lst.de> | 2022-12-29 19:10:28 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-01-19 04:12:51 +0300 |
commit | 25a89826f270ddbf76dca7d64e4f8a8dccda3d1e (patch) | |
tree | b1e6e8c35988386f6e887c2abd2ca1c9cfd3ca24 /fs/jbd2 | |
parent | d4428bad14dd1509d7a1176dba69a01d67c0b86d (diff) | |
download | linux-25a89826f270ddbf76dca7d64e4f8a8dccda3d1e.tar.xz |
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/20221229161031.391878-4-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions