summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2024-10-06 10:36:20 +1030
committerDavid Sterba <dsterba@suse.com>2024-11-11 14:34:15 +0100
commit0fcaf926ad7650f3f4badaca355e59ebc2773045 (patch)
treeb67520603386119bc0eb9ef6648fd7feab2ed880 /tools/perf/scripts/python/exported-sql-viewer.py
parentdd4028315e5dfdfe9ecde68db90681313822f906 (diff)
btrfs: remove btrfs_set_range_writeback()
The function btrfs_set_range_writeback() was originally a callback for metadata and data, to mark a range with writeback flag. Then it was converted into a common function call for both metadata and data. From the very beginning, the function had been only called on a full page, later converted to handle range inside a page. But it never needed to handle multiple pages, and since commit 8189197425e7 ("btrfs: refactor __extent_writepage_io() to do sector-by-sector submission") the function was only called on a sector-by-sector basis. This makes the function unnecessary, and can be converted to a simple btrfs_folio_set_writeback() call instead. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions