diff options
| author | Nikolay Borisov <nborisov@suse.com> | 2020-07-16 10:25:33 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2020-10-07 12:06:58 +0200 |
| commit | 944d3f9fac61e24e13a056b25974df3831994f29 (patch) | |
| tree | 4c0d57b0ee08af868fa53ef46977a4d24919e2fe /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | btrfs: simplify setting/clearing fs_info to btrfs_fs_devices (diff) | |
| download | linux-944d3f9fac61e24e13a056b25974df3831994f29.tar.gz linux-944d3f9fac61e24e13a056b25974df3831994f29.zip | |
btrfs: switch seed device to list api
While this patch touches a bunch of files the conversion is
straighforward. Instead of using the implicit linked list anchored at
btrfs_fs_devices::seed the code is switched to using
list_for_each_entry.
Previous patches in the series already factored out code that processed
both main and seed devices so in those cases the factored out functions
are called on the main fs_devices and then on every seed dev inside
list_for_each_entry.
Using list api also allows to simplify deletion from the seed dev list
performed in btrfs_rm_device and btrfs_rm_dev_replace_free_srcdev by
substituting a while() loop with a simple list_del_init.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
