diff options
author | Josef Bacik <[email protected]> | 2022-09-14 19:04:50 -0400 |
---|---|---|
committer | David Sterba <[email protected]> | 2022-09-26 12:28:07 +0200 |
commit | 9b9b88546539767b8e1a39dfe322285cce4647ed (patch) | |
tree | 17493dd05beb27c00808802a4d6013d0cecf1a33 /tools/perf/scripts/python/netdev-times.py | |
parent | e256927b8801f3cd1449e03629c75d5b9a379055 (diff) |
btrfs: use a runtime flag to indicate an inode is a free space inode
We always check the root of an inode as well as it's inode number to
determine if it's a free space inode. This is problematic as the helper
is in a header file where it doesn't have the fs_info definition. To
avoid this and make the check a little cleaner simply add a flag to the
runtime_flags to indicate that the inode is a free space inode, set that
when we create the inode, and then change the helper to check for this
flag.
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Anand Jain <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions