diff options
author | 2020-09-01 17:40:37 -0400 | |
---|---|---|
committer | 2020-10-07 12:13:19 +0200 | |
commit | 72804905001267a93e7a470430c2bcc122932ca6 (patch) | |
tree | b06e8a21b3ea0c237b660278759d0cee80d1ad89 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: improve error message in setup_items_for_insert (diff) | |
download | wireguard-linux-72804905001267a93e7a470430c2bcc122932ca6.tar.xz wireguard-linux-72804905001267a93e7a470430c2bcc122932ca6.zip |
btrfs: kill the RCU protection for fs_info->space_info
We have this thing wrapped in an RCU lock, but it's really not needed.
We create all the space_info's on mount, and we destroy them on unmount.
The list never changes and we're protected from messing with it by the
normal mount/umount path, so kill the RCU stuff around it.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
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