diff options
author | 2022-11-16 14:18:34 +0100 | |
---|---|---|
committer | 2022-12-08 09:51:53 -0600 | |
commit | bff9018d3a52c45711bd63c446a2c80c0275e935 (patch) | |
tree | a5f78a161637a1535413cd43abd84829f7c9693b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cifs: wire up >migrate_folio (diff) | |
download | wireguard-linux-bff9018d3a52c45711bd63c446a2c80c0275e935.tar.xz wireguard-linux-bff9018d3a52c45711bd63c446a2c80c0275e935.zip |
cifs: stop using generic_writepages
generic_writepages is just a wrapper that calls ->writepages on a range,
and thus in the way of eventually removing ->writepage. Switch cifs
to just open code it in preparation of removing ->writepage.
[note: I suspect just integrating the small wsize case with the rest
of the writeback code might be a better idea here, but that needs
someone more familiar with the code]
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions