aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2018-02-08 18:25:17 +0200
committerDavid Sterba <[email protected]>2018-03-26 15:09:34 +0200
commitbf6d7d4900c0d0c15dcd1baa1b65e6519bf4abef (patch)
treeaf6cf80ca87a3cf2fa9004e514a130123ff372a3 /tools/perf/scripts/python/bin
parent8f2ceaa7b42a6df21eed621b88037af2c4cd8257 (diff)
btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgs
list_first_entry is essentially a wrapper over cotnainer_of. The latter can never return null even if it's working on inconsistent list since it will either crash or return some offset in the wrong struct. Additionally, for the dirty_bgs list the iteration is done under dirty_bgs_lock which ensures consistency of the list. Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: Liu Bo <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions