diff options
author | David Sterba <dsterba@suse.com> | 2019-11-18 23:27:55 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-11-18 23:38:46 +0100 |
commit | 429aebc0a9a063667dba21244386f96e5b4d7330 (patch) | |
tree | 9e1447189619752d8851a176167b2074df992553 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3e1740993e43116b3bc71b0aad1e6872f6ccf341 (diff) |
btrfs: get bdev directly from fs_devices in submit_extent_page
This is preparatory patch to remove @bdev parameter from
submit_extent_page. It can't be removed completely, because the cgroups
need it for wbc when initializing the bio
wbc_init_bio
bio_associate_blkg_from_css
dereference bdev->bi_disk->queue
The bdev pointer is the same as latest_bdev, thus no functional change.
We can retrieve it from fs_devices that's reachable through several
dereferences. The local variable shadows the parameter, but that's only
temporary.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions