diff options
author | 2025-07-08 16:28:44 +0100 | |
---|---|---|
committer | 2025-07-22 00:09:22 +0200 | |
commit | 601ea9c42a58a46e1ec5d8ef1ab9fee5aef34b6d (patch) | |
tree | 654186388e63973d3d874c7ab3e5cd56ed9981c5 /tools/perf/scripts/python | |
parent | btrfs: use variable for io_tree when clearing range in btrfs_page_mkwrite() (diff) | |
download | wireguard-linux-601ea9c42a58a46e1ec5d8ef1ab9fee5aef34b6d.tar.xz wireguard-linux-601ea9c42a58a46e1ec5d8ef1ab9fee5aef34b6d.zip |
btrfs: use btrfs_inode local variable at btrfs_page_mkwrite()
Most of the time we want to use the btrfs_inode, so change the local inode
variable to be a btrfs_inode instead of a VFS inode, reducing verbosity
by eliminating a lot of BTRFS_I() calls.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions