diff options
author | Christoph Hellwig <hch@lst.de> | 2022-11-16 16:18:35 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-12-08 18:51:53 +0300 |
commit | ebaad77c89921c8237ca17791d5462bd289052d0 (patch) | |
tree | 7b717fb47b0e2a1659747732c340c09f4604b344 /fs/proc | |
parent | bff9018d3a52c45711bd63c446a2c80c0275e935 (diff) | |
download | linux-ebaad77c89921c8237ca17791d5462bd289052d0.tar.xz |
cifs: 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. Now that cifs implements ->migrate_folio and
doesn't call generic_writepages, the writepage method can be removed.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions