diff options
author | Filipe Manana <[email protected]> | 2024-05-18 18:22:03 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-07-11 15:33:18 +0200 |
commit | 56b7169f691cd4d015aca8436acd27f37a6b6a62 (patch) | |
tree | e399bbed8a56b66fa976e356327576b50bffeb98 /tools/perf/scripts/python/check-perf-trace.py | |
parent | e641e323abb3ceff6477a3936c4f5173126b7890 (diff) |
btrfs: use a btrfs_inode local variable at btrfs_sync_file()
Instead of using a VFS inode local pointer and then doing many BTRFS_I()
calls inside btrfs_sync_file(), use a btrfs_inode pointer instead. This
makes everything a bit easier to read and less confusing, allowing to
make some statements shorter.
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions