aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorlinke li <[email protected]>2024-04-03 10:10:08 +0800
committerChristian Brauner <[email protected]>2024-04-09 12:29:03 +0200
commit8bfb40be31ddea0cb4664b352e1797cfe6c91976 (patch)
treed111fa3580671ccb8b267740bc4dedfa9341d60f /tools/perf/scripts/python/export-to-postgresql.py
parent886b94d25a8eba4c42634dddc3cbfd6391a24d25 (diff)
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
Currently, the __d_clear_type_and_inode() writes the value flags to dentry->d_flags, then immediately re-reads it in order to use it in a if statement. This re-read is useless because no other update to dentry->d_flags can occur at this point. This commit therefore re-use flags in the if statement instead of re-reading dentry->d_flags. Signed-off-by: linke li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions