aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2017-05-17 11:38:36 -0400
committerDavid Sterba <dsterba@suse.com>2017-06-19 18:26:00 +0200
commitc1c4919b112d2591bea5c68b54a24f083619f81b (patch)
tree2cd3e3d7712d7ca7a124a2d9095cc29947e8ad2b /tools/perf/scripts/python
parentbtrfs: cleanup root usage by btrfs_get_alloc_profile (diff)
downloadlinux-dev-c1c4919b112d2591bea5c68b54a24f083619f81b.tar.xz
linux-dev-c1c4919b112d2591bea5c68b54a24f083619f81b.zip
btrfs: remove root usage from can_overcommit
can_overcommit using the root to determine the allocation profile is the only use of a root in the call graph below reserve_metadata_bytes. It turns out that we only need to know whether the allocation is for the chunk root or not -- and we can pass that around as a bool instead. This allows us to pull root usage out of the reservation path all the way up to reserve_metadata_bytes itself, which uses it only to compare against fs_info->chunk_root to set the bool. In turn, this eliminates a bunch of races where we use a particular root too early in the mount process. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Reviewed-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions