]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()
authorFilipe Manana <fdmanana@suse.com>
Fri, 4 Apr 2025 11:04:04 +0000 (12:04 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commit20612db4628d96ed0ca037d8b9cecd44d86270ed
treee32007b7792f75c571f74d740e0dba3ac025297b
parent02c340c2781177242386ac5f31cc498a6929ed44
btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()

We've tested that we are dealing with io tree that is associated to an
inode (its owner is IO_TREE_INODE_IO), so there's no need to call
btrfs_extent_io_tree_to_inode() in a separate line and we just assign
tree->inode to the local inode variable when we declare it.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-io-tree.c